Skip to content

Merge commit '13ab4b54e2b9cb9ddfcbe9dd3d820a7ba9164412' into don.nzws… #11

Merge commit '13ab4b54e2b9cb9ddfcbe9dd3d820a7ba9164412' into don.nzws…

Merge commit '13ab4b54e2b9cb9ddfcbe9dd3d820a7ba9164412' into don.nzws… #11

Workflow file for this run

name: Check formatting
on:
merge_group:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Javascript environment
uses: ./.github/actions/setup-javascript
- name: Check formatting with Prettier
run: yarn format:check