fix(github_actions): Add modelines
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
parent
4b37eb6b50
commit
87b717495f
|
@ -153,3 +153,5 @@ jobs:
|
||||||
PR_NUMBER: ${{ github.event.number }}
|
PR_NUMBER: ${{ github.event.number }}
|
||||||
APIDOC_TOKEN: ${{ secrets.APIDOC_TOKEN || github.token }}
|
APIDOC_TOKEN: ${{ secrets.APIDOC_TOKEN || github.token }}
|
||||||
run: .github/scripts/apidoc.sh
|
run: .github/scripts/apidoc.sh
|
||||||
|
|
||||||
|
# vim: filetype=yaml:expandtab:shiftwidth=2:tabstop=2
|
||||||
|
|
|
@ -403,3 +403,4 @@ jobs:
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# vim: filetype=yaml:expandtab:shiftwidth=2:tabstop=2
|
||||||
|
|
Loading…
Reference in New Issue