Skip to content

version fix

version fix #3

Workflow file for this run

name: Test PR D-day Labeler Action
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: "18"
- run: npm ci
- run: npm run build
- run: npm test
- run: npm run lint