Skip to content

Commit

Permalink
Merge pull request #105 from KelvinTegelaar/master
Browse files Browse the repository at this point in the history
Updating dev
  • Loading branch information
KelvinTegelaar authored Oct 22, 2021
2 parents aa373c5 + b0d58f6 commit 46c3f76
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/Version_Check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,14 @@ jobs:
with:
file-pattern: version_latest.txt
failure-message: "You have not updated version_latest.txt. This is a required file to update at each PR. Please sync your latest changes and update the version number."

- name: Prevent changes to workflow files
uses: DovnarAlexander/github-action-file-detection@v0.3.0
with:
# Find-like wildcard to find files\directories.
wildcard: ".github/workflows/*.yml"
# Type of find command. Supported values: f (file), d (directory), l (link), p (pipe), s (socket).
# Exit code for non-empty find result.
exit_code_found: 1
# Exit code for empty find result.
exit_code_not_found: 0

0 comments on commit 46c3f76

Please sign in to comment.