Skip to content

Commit

Permalink
Fix luacheck action yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dacmot committed Jan 17, 2024
1 parent 3cf3dbe commit 2194d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
- uses: actions/checkout@v3
uses: actions/checkout@v3

- name: Luacheck linter
uses: lunarmodules/luacheck@v1
Expand Down

0 comments on commit 2194d18

Please sign in to comment.