Skip to content

AB-449 Polish the README.md and add new docs #84

AB-449 Polish the README.md and add new docs

AB-449 Polish the README.md and add new docs #84

Workflow file for this run

name: Test
on:
pull_request:
types: [ opened, reopened, synchronize ]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Tests
uses: ./.github/workflows/test.yml
secrets: inherit