Skip to content

fix workflow

fix workflow #13

Workflow file for this run

name: Specification testing
on: pull_request
paths:

Check failure on line 4 in .github/workflows/spec.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/spec.yaml

Invalid workflow file

You have an error in your yaml syntax on line 4
- 'spec/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v4
with:
node-version: ">= 18"
check-latest: true
- name: Install quint
run: npm i @informalsystems/quint -g
- name: Run test
run: cd spec && make test