Skip to content

Merge pull request #551 from mwskwong/feature/use-cache #143

Merge pull request #551 from mwskwong/feature/use-cache

Merge pull request #551 from mwskwong/feature/use-cache #143

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