Skip to content

πŸ”– Set canonincal dependencies + initial version and CHANGELOG #11

πŸ”– Set canonincal dependencies + initial version and CHANGELOG

πŸ”– Set canonincal dependencies + initial version and CHANGELOG #11

name: Check for πŸ‘€πŸ’°
on:
pull_request:
jobs:
check-for-changes:
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v45
with:
files: |
.github/workflows/match_target_repository.yaml
.github/workflows/πŸš«πŸ‘€πŸ’°.yaml
- name: Check for workflow changes
id: workflow-changes
env:
CHANGED_FILES: ${{ steps.changed-files.outputs.any_changed }}
run: |
if [ "${CHANGED_FILES}" = "true" ]; then
exit 1
fi