Skip to content

ci: linter

ci: linter #1

Workflow file for this run

name: Linting and Testing
on:
push:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: npm ci && npm run lint && npm test