Skip to content

build: add basic nodejs app #24

build: add basic nodejs app

build: add basic nodejs app #24

Workflow file for this run

name: PR
on:
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }}
cancel-in-progress: true
permissions:
contents: read
packages: write
jobs:
ci:
name: CI
uses: ./.github/workflows/build.yaml