Skip to content

Add removes only specific target tests #143

Add removes only specific target tests

Add removes only specific target tests #143

Workflow file for this run

name: Code
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- run: npm ci
- run: node --run lint