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