Skip to content

Fix github workflows #846

Fix github workflows

Fix github workflows #846

Workflow file for this run

name: Check Prettier has been run
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check formatting
uses: creyD/[email protected]
with:
dry: True
prettier_options: --check .