typos in markdown comments #345
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
# rzk-version: v0.4.1.1 # example of a specific version | |
# files: src/hott/* src/simplicial-hott/* |