Skip to content

scripts/chwd: Check if installed package is not provider #141

scripts/chwd: Check if installed package is not provider

scripts/chwd: Check if installed package is not provider #141

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