Skip to content

Project publication

Project publication #1

Workflow file for this run

name: Test
on: push
jobs:
lint:
name: Run tests
runs-on: ubuntu-latest
# container: "node:20"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run build --if-present