Skip to content

Merge pull request #136 from TashiWalde/is-rezk-Unit #207

Merge pull request #136 from TashiWalde/is-rezk-Unit

Merge pull request #136 from TashiWalde/is-rezk-Unit #207

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}