Skip to content

Commit

Permalink
add compliance 3
Browse files Browse the repository at this point in the history
  • Loading branch information
gmontalvoy committed Dec 5, 2023
1 parent 3372f9d commit ac093da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
id: changes
with:
fetch-depth: 0

- name: Changed Files
uses: tj-actions/[email protected]
id: changes

- name: List all changed files
run: |
for file in ${{ steps.changes.outputs.all_changes }}; do
for file in ${{ steps.changes.outputs.all_changed_files }}; do
echo "$file was modified"
done

0 comments on commit ac093da

Please sign in to comment.