Skip to content

fix: add renovate

fix: add renovate #5

Workflow file for this run

name: continuous integration
on:
workflow_dispatch:
pull_request:
branches: [main]
jobs:
integration:
uses: ArwynFr/ArwynFr/.github/workflows/pwsh-integration.yaml@main
with:
tests: ./tests/Start-Tests.ps1
secrets:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}