Skip to content

ci(github): add lint workflow (#9) #2

ci(github): add lint workflow (#9)

ci(github): add lint workflow (#9) #2

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test