Skip to content

chore: remove name from setup node in github actions #139

chore: remove name from setup node in github actions

chore: remove name from setup node in github actions #139

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