This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
chore(deps): update dotnet monorepo to v8 (major) #199
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request Check | |
on: | |
pull_request: | |
branches: | |
- main | |
paths-ignore: | |
- '*.md' | |
jobs: | |
build: | |
uses: ./.github/workflows/build.yaml | |
integration: | |
needs: build | |
permissions: | |
pull-requests: write | |
uses: ./.github/workflows/compatibility.yaml | |
secrets: | |
token: ${{ secrets.GITHUB_TOKEN }} |