Skip to content

Commit

Permalink
009
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftanon committed Aug 28, 2024
1 parent 3581d42 commit 3798231
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,9 @@ jobs:
with:
fetch-depth: 0

- name: Debug Git metadata
run: |
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: Cat ModelFileFinder.swift
run: cat /Users/runner/work/ModelFileFinder/ModelFileFinder/Sources/ModelFileFinder/ModelFileFinder.swift

- name: Run SwiftFormat with debugging
run: |
swiftformat . --verbose
- name: Reformat Files
run: |
swiftformat .
swiftformat . --strict --verbose

0 comments on commit 3798231

Please sign in to comment.