Skip to content

Add pull request label validation action (#1) #11

Add pull request label validation action (#1)

Add pull request label validation action (#1) #11

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: current
- run: npm ci
- run: npm run lint
- run: npm test