Skip to content

Commit

Permalink
add empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
cschindlbeck committed Dec 26, 2024
1 parent a95b2d3 commit 085ac86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup lua
run: |
sudo apt-get update
sudo apt-get install luarocks
sudo luarocks install luacheck
- name: Lint lua
run: luacheck lua/

- name: Lint yaml
uses: reviewdog/action-yamllint@v1
with:
Expand Down

0 comments on commit 085ac86

Please sign in to comment.