Yacht: Reorder 3+2 full house test case in order to lower the chance of passing it coincidentally #31
Workflow file for this run
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: No important files changed | |
on: | |
pull_request_target: | |
types: [opened] | |
branches: [main] | |
paths: | |
- "exercises/concept/**" | |
- "exercises/practice/**" | |
- "!exercises/*/*/.approaches/**" | |
- "!exercises/*/*/.articles/**" | |
- "!exercises/*/*/.docs/**" | |
- "!exercises/*/*/.meta/**" | |
permissions: | |
pull-requests: write | |
jobs: | |
check: | |
uses: exercism/github-actions/.github/workflows/check-no-important-files-changed.yml@main | |
with: | |
repository: ${{ github.event.pull_request.head.repo.owner.login }}/${{ github.event.pull_request.head.repo.name }} | |
ref: ${{ github.head_ref }} |