Skip to content

Initial commit

Initial commit #29

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: "c032/gha-node@main"
with:
build: false
working-directory: "./api"