Skip to content

Commit

Permalink
Merge pull request #129 from OxfordRSE/prettier
Browse files Browse the repository at this point in the history
move quality workflow
  • Loading branch information
alasdairwilson authored Jan 13, 2024
2 parents 8d756e1 + ee3a12e commit d106f20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/quality.yml → .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
- name: Enable corepack
shell: bash
run: corepack enable
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Check formatting
run: yarn format:check
run: yarn format:check

0 comments on commit d106f20

Please sign in to comment.