Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: CI
on:
- pull_request
- push
- workflow_dispatch
jobs:
node-ci:
name: Node CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gabrielrufino/node-ci@v3
concurrency:
group: ${{ github.workflow }}-${{ github.sha }}
cancel-in-progress: true