Skip to content

Removed eslint

Removed eslint #7

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
- run: npm install
- run: npm run build