We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a146d commit 28eaf15Copy full SHA for 28eaf15
.github/workflows/lint.yml
@@ -0,0 +1,18 @@
1
+name: lint
2
+
3
+on:
4
+ push:
5
+ branches: [main]
6
+ pull_request:
7
+ types: [opened, synchronize]
8
9
+jobs:
10
+ selene:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v2
14
+ - name: Setup and run selene
15
+ uses: NTBBloodbath/selene-action@v1.0.0
16
+ with:
17
+ token: ${{ secrets.GITHUB_TOKEN }}
18
+ args: "lua/"
0 commit comments