Skip to content

Update README.md

Update README.md #5

Workflow file for this run

name: Pull Request Open
on: pull_request
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/Testing.yml
secrets: inherit