Skip to content

Temporarily stop Publish by GitHub Actions #13

Temporarily stop Publish by GitHub Actions

Temporarily stop Publish by GitHub Actions #13

Workflow file for this run

name: Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ci
run: npm ci
- name: ESLint
run: npm run lint