Gitiles
Code Review
Sign In
review.vexxhost.dev
/
staffeln
/
5b9d7292b3130a754a8b4fc6e3e6bdf6d3588ae1
/
.
/
.github
/
workflows
/
linters.yaml
blob: 0d1f3ffd75cf57ff5a5ca77bb2db09f469529a92 [
file
] [
log
] [
blame
]
name:
linters
on:
push
jobs:
super
-
lint:
runs
-
on:
ubuntu
-
latest
steps:
-
uses:
actions/checkout@v2
-
uses:
github/super
-
linter@v3
env:
DEFAULT_BRANCH:
main
GITHUB_TOKEN:
${{ secrets.GITHUB_TOKEN }}