Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
catwell committed Dec 30, 2024
1 parent b7ac955 commit ff75652
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,26 @@
name: CI
on: push
jobs:

luacheck:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3

- name: luacheck
uses: lunarmodules/luacheck@v1

tests:
strategy:
matrix:
lua-version: ["5.1.5", "5.2.4", "5.3.6", "5.4.4"]
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: localua
run: |
curl https://loadk.com/localua.sh -O
chmod +x localua.sh
./localua.sh .lua "${{ matrix.lua-version }}"
- name: install Teal
run: |
./.lua/bin/luarocks install tl
- name: run tests
run: |
./.lua/bin/luarocks test
./.lua/bin/tl run cwtest.test.tl
2 changes: 0 additions & 2 deletions .luacheckrc

This file was deleted.

0 comments on commit ff75652

Please sign in to comment.