Skip to content

docs: update README with config file support and clarify GitHub token… #28

docs: update README with config file support and clarify GitHub token…

docs: update README with config file support and clarify GitHub token… #28

Workflow file for this run

name: Main
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
Verify:
uses: ./.github/workflows/verify.yml
Test:
needs: Verify
uses: ./.github/workflows/test.yml
Build:
needs: Test
uses: ./.github/workflows/build.yml