Skip to content

Update README.md

Update README.md #17

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
run-tests:
uses: ./.github/workflows/test.yaml
secrets: inherit