Fixed syntax error
This commit is contained in:
6
.github/workflows/luacheck.yml
vendored
6
.github/workflows/luacheck.yml
vendored
@@ -23,9 +23,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install Lua
|
- name: Install Lua
|
||||||
uses: leafo/gh-actions-lua@v5
|
uses: leafo/gh-actions-lua@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user