Skip to content

Commit 32c4c3c

Browse files
committed
inital commit
1 parent 9e14d41 commit 32c4c3c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
branches: [main, master]
88

99
jobs:
10-
lint:
11-
name: Lint
10+
Test:
11+
name: Test
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
@@ -20,4 +20,4 @@ jobs:
2020
buildCache: false
2121

2222
- name: Run tests
23-
run: ./bin/test.lua
23+
run: lua ./bin/test.lua

0 commit comments

Comments
 (0)