Skip to content

Merge pull request #149 from robin-carlier/representables #285

Merge pull request #149 from robin-carlier/representables

Merge pull request #149 from robin-carlier/representables #285

Workflow file for this run

name: File formatting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Prettier
uses: creyD/[email protected]
with:
dry: true
prettier_options: --check **/*.{md,json,yaml,yml}
- name: Rzk formatter
uses: rzk-lang/[email protected]
with:
rzk-version: v0.7.2
typecheck: false
check-formatting: true