Skip to content

conditionally hook some things #54

conditionally hook some things

conditionally hook some things #54

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- uses: leafo/gh-actions-lua@v10
- uses: leafo/gh-actions-luarocks@v4
- run: make lint
- run: make test