Skip to content

Commit

Permalink
ci.yml: bump dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiascode authored Mar 24, 2024
1 parent cd1a210 commit f72e30a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/checkout@v4

# Sets up lua
- name: Install Lua
run: |
sudo apt install lua5.1 luarocks
sudo luarocks install luafilesystem
sudo luarocks install luacheck
# Sets up the environment
- name: Set up environment
run: |
wget -O .luacheckrc 'https://ci.appveyor.com/api/projects/cuberite/cuberite/artifacts/.luacheckrc?job=Windows-x64&pr=false&branch=master'
# Runs the test
- name: Run tests
run: |
luacheck . --codes

0 comments on commit f72e30a

Please sign in to comment.