Skip to content

chore(build): remove target property #32

chore(build): remove target property

chore(build): remove target property #32

Workflow file for this run

name: Run test
on: [push]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Run format check
run: npm run format:check