- Notifications
You must be signed in to change notification settings - Fork154
chore(deps): update eslint monorepo to v9.39.2#555
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:CI | |
| on: | |
| pull_request: | |
| merge_group: | |
| concurrency: | |
| group:${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress:true | |
| jobs: | |
| verifications: | |
| name:Verifications | |
| uses:./.github/workflows/verifications.yml | |
| required-checks: | |
| name:Require CI status checks | |
| runs-on:ubuntu-latest | |
| if:${{ !cancelled() && github.event.action != 'closed' }} | |
| needs:[verifications] | |
| steps: | |
| -run:${{ !contains(needs.*.result, 'failure') }} | |
| -run:${{ !contains(needs.*.result, 'cancelled') }} |