Skip to content

Merge pull request #87 from carlocorradini/upstart #2

Merge pull request #87 from carlocorradini/upstart

Merge pull request #87 from carlocorradini/upstart #2

Workflow file for this run

name: check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: "20.x"
- name: Install dependencies
run: npm ci
- name: Check
run: npm run check