Skip to content

Add some project APIs (#1) #4

Add some project APIs (#1)

Add some project APIs (#1) #4

Workflow file for this run

name: tests
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: "./.github/workflows/ci_test.yml"
secrets: inherit
lint:
uses: "./.github/workflows/ci_lint.yml"
secrets: inherit