Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
0b4406aa7611fb1f2ccd9bb87b33fe3a5a6fc6da
/
.
/
.github
/
workflows
/
linters.yml
blob: 792ca65fc1b6aaa6f11f37ffd5ad0494a2c41437 [
file
] [
log
] [
blame
]
name:
linters
on:
pull_request:
{}
push:
branches:
-
main
jobs:
verify
-
github
-
workflows:
runs
-
on:
ubuntu
-
latest
steps:
-
uses:
actions/checkout@v3.0.2
-
run:
./hack/generate
-
github
-
workflows
-
run:
git diff
--
exit
-
code