diff options
author | Caleb Maclennan <caleb@alerque.com> | 2022-03-24 18:11:07 +0300 |
---|---|---|
committer | Caleb Maclennan <caleb@alerque.com> | 2022-03-24 18:11:07 +0300 |
commit | 2de8ddfbb837a75b1cb5f09a656379c1e7cc589c (patch) | |
tree | 20b5f7b8a48d1c126763daca3860fcfb7c3b59a7 /.github/workflows | |
parent | f9e1d03f3c6c9fc59dd3b91716debc23aebf947f (diff) | |
parent | 5ed8b66e6d0c295f95fade159ada0f97f482b2ac (diff) | |
download | luasocket-2de8ddfbb837a75b1cb5f09a656379c1e7cc589c.tar.gz luasocket-2de8ddfbb837a75b1cb5f09a656379c1e7cc589c.tar.bz2 luasocket-2de8ddfbb837a75b1cb5f09a656379c1e7cc589c.zip |
Merge remote-tracking branch 'upstream/master' into test-builds
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/luacheck.yml | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml index 597cd64..2f20456 100644 --- a/.github/workflows/luacheck.yml +++ b/.github/workflows/luacheck.yml | |||
@@ -7,13 +7,7 @@ jobs: | |||
7 | luacheck: | 7 | luacheck: |
8 | runs-on: ubuntu-20.04 | 8 | runs-on: ubuntu-20.04 |
9 | steps: | 9 | steps: |
10 | - name: Checkout | 10 | - name: Checkout |
11 | uses: actions/checkout@v3 | 11 | uses: actions/checkout@v3 |
12 | - name: Setup ‘lua’ | 12 | - name: Luacheck |
13 | uses: leafo/gh-actions-lua@v9 | 13 | uses: lunarmodules/luacheck@v0 |
14 | - name: Setup ‘luarocks’ | ||
15 | uses: leafo/gh-actions-luarocks@v4 | ||
16 | - name: Setup ‘luacheck’ | ||
17 | run: luarocks install luacheck | ||
18 | - name: Run ‘luacheck’ linter | ||
19 | run: luacheck . | ||