Skip to content

add gigi homework4 #169

add gigi homework4

add gigi homework4 #169

Workflow file for this run

name: File Changes Test
on:
pull_request:
branches:
- '**'
jobs:
check-files:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0 # Ensure the full commit history is fetched
- name: Set up permissions for the script
run: chmod +x .github/scripts/check_files.sh
- name: Run file change check script
run: .github/scripts/check_files.sh