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 2205fdb commit 08b208dCopy full SHA for 08b208d
.github/workflows/default.yml
@@ -0,0 +1,16 @@
1
+name: default
2
+
3
+on: [pull_request]
4
5
+jobs:
6
+ lint:
7
+ name: Lint Lua code
8
+ runs-on: ubuntu-20.04
9
+ steps:
10
+ - name: Check out repo
11
+ uses: actions/checkout@v2
12
+ - name: Stylua check
13
+ uses: JohnnyMorganz/[email protected]
14
+ with:
15
+ token: ${{ secrets.GITHUB_TOKEN }}
16
+ args: --color always --check .
0 commit comments