Skip to content

Merge branch 'canary' of https://github.com/mwskwong/resume into canary #144

Merge branch 'canary' of https://github.com/mwskwong/resume into canary

Merge branch 'canary' of https://github.com/mwskwong/resume into canary #144

Workflow file for this run

name: Format Code
on: push
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: "npm"
- run: npm ci
- run: npm run format:check