Skip to content

Commit

Permalink
chore: testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Apr 16, 2024
1 parent 5eaa65d commit 69f52de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
defaults:
run:
shell: bash # strict bash
working-directory: ./scripts

jobs:
check_dependencies:
Expand All @@ -20,5 +21,8 @@ jobs:
with:
python-version: '3.8'

- name: Make the script files executable
run: chmod +x my-script.sh my-other-script.sh

- name: Run Python script
run: python find_dependencies.py

0 comments on commit 69f52de

Please sign in to comment.