Skip to content

Add .github/workflows/catalog.yml #53

Add .github/workflows/catalog.yml

Add .github/workflows/catalog.yml #53

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