Skip to content

Build: release 2.3.1 #9

Build: release 2.3.1

Build: release 2.3.1 #9

Workflow file for this run

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