Skip to content

Commit

Permalink
Bump brettcannon/check-for-changed-files from 1.2.0 to 1.2.1
Browse files Browse the repository at this point in the history
Bumps [brettcannon/check-for-changed-files](https://github.com/brettcannon/check-for-changed-files) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/brettcannon/check-for-changed-files/releases)
- [Commits](brettcannon/check-for-changed-files@v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: brettcannon/check-for-changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 3c5f46f commit 40e69a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-file-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'package-lock.json matches package.json'
uses: brettcannon/[email protected].0
uses: brettcannon/[email protected].1
with:
prereq-pattern: 'package.json'
file-pattern: 'package-lock.json'
skip-label: 'skip package*.json'
failure-message: '${prereq-pattern} was edited but ${file-pattern} was not (the ${skip-label} label can be used to pass this check)'

- name: 'package.json matches package-lock.json'
uses: brettcannon/[email protected].0
uses: brettcannon/[email protected].1
with:
prereq-pattern: 'package-lock.json'
file-pattern: 'package.json'
skip-label: 'skip package*.json'
failure-message: '${prereq-pattern} was edited but ${file-pattern} was not (the ${skip-label} label can be used to pass this check)'

- name: 'Tests'
uses: brettcannon/[email protected].0
uses: brettcannon/[email protected].1
with:
prereq-pattern: src/**/*.ts
file-pattern: |
Expand Down

0 comments on commit 40e69a2

Please sign in to comment.