First concept exercise, 4th task: compare JSON objects without ordered keys #41
Workflow file for this run
This file contains hidden or 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 }} |