Merge pull request #122 from TashiWalde/fibers-between-segal #149
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: 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} |