Skip to content

Commit

Permalink
- Debugging CI controls.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed May 27, 2024
1 parent cf85cdd commit d6d6d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
INPUT_FAIL_ON_VIOLATIONS: ${{ inputs.fail_on_violations }}
run: |
ls -l
ls -l .
ls -l ./src
ls -l ${{ github.action_path }}
ls -l ${{ github.action_path }}/src
python3 ./src/file_suffix_inspector.py
shell: bash

0 comments on commit d6d6d3b

Please sign in to comment.