Skip to content

Detect *.rzk.md and ignore overrides as docs #6

Detect *.rzk.md and ignore overrides as docs

Detect *.rzk.md and ignore overrides as docs #6

Workflow file for this run

name: Check with latest Rzk
# Controls when the workflow will run
on:
# Triggers the workflow on push events
push:
# and pull request events
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
name: Check formalisations
steps:
- uses: actions/checkout@v3
- name: Check all files
uses: rzk-lang/rzk-action@v1
with:
rzk-version: latest
files: src/*.rzk.md