Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

add: lint and check ci #1

add: lint and check ci

add: lint and check ci #1

Workflow file for this run

name: ci
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install

Check failure on line 13 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
npm run lint:ci
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
npm run check:ci