Skip to content

Fix the version of the GutHub checkout action.. #2

Fix the version of the GutHub checkout action..

Fix the version of the GutHub checkout action.. #2

Workflow file for this run

name: Directory Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check-dirs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check directories
run: ./.shared-scripts/check_directories.sh github-action