Skip to content

chwd: Some cleanups #78

chwd: Some cleanups

chwd: Some cleanups #78

Workflow file for this run

name: Lua tests
on:
push:
paths-ignore:
- 'LICENSE'
- '*.md'
- '*.sh'
branches:
- master
pull_request:
branches:
- master
jobs:
sile:
runs-on: ubuntu-latest
container: cachyos/cachyos:latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: |
pacman -Syu --noconfirm lua lua-filesystem busted lua-busted
- name: Run Busted
run: busted . --no-keep-going