Skip to content

docs: fix github repo url #7

docs: fix github repo url

docs: fix github repo url #7

Workflow file for this run

name: continuous integration
on:
workflow_dispatch:
pull_request:
branches: [main]
jobs:
integration:
runs-on: ubuntu-latest
steps:
- name: Checkout source files
uses: actions/checkout@v3
- name: Run unit tests
shell: pwsh
run: ./build/test.ps1
- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.xml