Skip to content

Commit

Permalink
Merge checks into one workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
coavins committed Mar 12, 2024
1 parent 4257039 commit dc12a9b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 26 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/busted.yml

This file was deleted.

15 changes: 14 additions & 1 deletion .github/workflows/luacheck.yml → .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: luacheck
name: check

on:
push:
Expand All @@ -23,3 +23,16 @@ jobs:
run: luarocks install luacheck
- name: run luacheck
run: luacheck src

run_tests:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: leafo/gh-actions-lua@v10
- uses: leafo/gh-actions-luarocks@v4

- name: install busted
run: luarocks install busted
- name: run busted
run: busted .

0 comments on commit dc12a9b

Please sign in to comment.