Skip to content

some rework

some rework #38

Workflow file for this run

name: Test
on:
push:
branches:
- main
permissions:
contents: write
jobs:
lint:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
run: |
npm i
npm run lint
npm run lint:deps