Skip to content

Commit

Permalink
004
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftanon committed Aug 28, 2024
1 parent 079ef3a commit 434e786
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,11 @@ jobs:
with:
fetch-depth: 0

- name: Clean up potential caches
- name: Debug Git metadata
run: |
rm -rf .build
rm -rf .swiftformat.cache
- name: Print working directory and file details
run: |
pwd
ls -lR
file *
find . -type f -exec file {} \;
echo "Author Name: $(git log -1 --pretty=format:'%an')"
echo "Author Email: $(git log -1 --pretty=format:'%ae')"
echo "Commit Date: $(git log -1 --pretty=format:'%ad')"
- name: Run SwiftFormat with debugging
run: |
Expand Down

0 comments on commit 434e786

Please sign in to comment.