Skip to content

2024-10-30 update #3008

2024-10-30 update

2024-10-30 update #3008

Workflow file for this run

name: Lint
on:
pull_request:
push:
tags:
- v*
branches:
- main
jobs:
lint:
name: Run eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Run eslint
run: |
npm install
npm run lint