Skip to content

✨ feat: Release v1.1.2 #6

✨ feat: Release v1.1.2

✨ feat: Release v1.1.2 #6

Workflow file for this run

name: Lint
on:
- workflow_dispatch
- workflow_call
- pull_request
jobs:
build:
uses: "./.github/workflows/build.yml"
check:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Lint
run: |
npm install
npm run lint