Skip to content

Merge branch 'refactor-web' of https://github.com/DataFlowAnalysis/On… #99

Merge branch 'refactor-web' of https://github.com/DataFlowAnalysis/On…

Merge branch 'refactor-web' of https://github.com/DataFlowAnalysis/On… #99

Workflow file for this run

name: Check ESLint
on:
workflow_dispatch:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: "22"
- name: Install and Lint
working-directory: frontend/webEditor
run: |
npm install
npm run lint