Skip to content

Merge pull request #148 from rzk-lang/Fix-link #280

Merge pull request #148 from rzk-lang/Fix-link

Merge pull request #148 from rzk-lang/Fix-link #280

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