build(deps): bump the npm-deps group across 1 directory with 2 updates #211
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: Protect generated developer guide | |
# Ensure that READMEs are not inadvertently changed in a pull request as those changes | |
# would be dropped on the next CI run | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
protect-developer-guide: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Check for changes | |
run: | | |
make protect-readmes |