Skip to content

fix: the execute to pass default timeout as none #124

fix: the execute to pass default timeout as none

fix: the execute to pass default timeout as none #124

name: Test Files Naming Check
on:
push:
branches-ignore:
- main
permissions:
contents: read
concurrency:
group: pr-checks-${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
check-test-files:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
- name: Set up Hiero SDK Upstream
run: |
git remote set-url origin https://github.com/hiero-ledger/hiero-sdk-python.git
- name: Fetch main branch
run: |
git fetch origin main
- name: Check added test file names
run: |
chmod +x .github/scripts/pr-check-test-files.sh
.github/scripts/pr-check-test-files.sh