Skip to content

[GitHub] Update dependency wyrihaximus/async-test-utilities to v8 #479

[GitHub] Update dependency wyrihaximus/async-test-utilities to v8

[GitHub] Update dependency wyrihaximus/async-test-utilities to v8 #479

Workflow file for this run

name: "CI: GitHub"
on:
pull_request:
paths:
- ".github/workflows/ci-GitHub.yaml"
- ".github/workflows/generate-GitHub.yaml"
- ".github/workflows/release-management-GitHub.yaml"
- "clients/GitHub/**"
## This workflow needs the `pull-request` permissions to work for the package diffing
## Refs: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
permissions:
pull-requests: write
contents: read
jobs:
ci:
name: Continuous Integration
uses: WyriHaximus/github-workflows/.github/workflows/package.yaml@main
with:
disableMarkdownLinkCheck: true
disableSetMilestone: true
workingDirectory: "clients/GitHub"