Skip to content

refacto: gitignore only for Node #32

refacto: gitignore only for Node

refacto: gitignore only for Node #32

Workflow file for this run

name: FormatCheck
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn format:check