Skip to content

Prepare 2.3.4 release #23

Prepare 2.3.4 release

Prepare 2.3.4 release #23

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