Skip to content

Merge branch 'main' into rename-catalog-info-20240923 #52

Merge branch 'main' into rename-catalog-info-20240923

Merge branch 'main' into rename-catalog-info-20240923 #52

Workflow file for this run

name: Validate Test README
on:
push:
jobs:
test:
runs-on: ubuntu-latest
name: lint & test
steps:
- uses: actions/checkout@v3
- uses: ./
with:
filepath: ${{ github.workspace }}/fixtures/good.md
- name: Shellcheck Lint
run: make lint
- name: Test "Bad" cases are rejected
run: make test