Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Lord-of-Owls authored May 29, 2024
1 parent 05c4e4f commit 19d3891
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: test

on: [push]

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: "luajit-2.0.5"

- uses: leafo/gh-actions-luarocks@v4

- name: build
run: |
luarocks install busted
luarocks make
- name: test
run: |
busted -o utfTerminal

0 comments on commit 19d3891

Please sign in to comment.