fix(github_actions): Add modelines

Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
Lucas Schwiderski 2021-03-26 16:53:08 +01:00
parent 4b37eb6b50
commit 87b717495f
No known key found for this signature in database
GPG Key ID: AA12679AAA6DF4D8
2 changed files with 3 additions and 0 deletions

View File

@ -153,3 +153,5 @@ jobs:
PR_NUMBER: ${{ github.event.number }}
APIDOC_TOKEN: ${{ secrets.APIDOC_TOKEN || github.token }}
run: .github/scripts/apidoc.sh
# vim: filetype=yaml:expandtab:shiftwidth=2:tabstop=2

View File

@ -403,3 +403,4 @@ jobs:
exit 1
fi
# vim: filetype=yaml:expandtab:shiftwidth=2:tabstop=2