Skip to content

Initial commit

Initial commit #19

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: "actions/checkout@v4"
- uses: "./.github/actions/nodejs"
with:
working-directory: "./api"