Skip to content

Merge pull request #28 from 1ec5/global-state-27 #52

Merge pull request #28 from 1ec5/global-state-27

Merge pull request #28 from 1ec5/global-state-27 #52

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm ci && npm run build && npm run lint