Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: "api"
on:
workflow_dispatch:
push:
paths:
- "**"
- "api/**"
jobs:
check:
runs-on: "ubuntu-latest"
if: "github.ref == 'refs/heads/main'"
steps:
- uses: ".github/actions/nodejs"