Skip to content

Commit

Permalink
007
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftanon committed Aug 28, 2024
1 parent fd0fc0e commit 26269d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
echo "Author Email: $(git log -1 --pretty=format:'%ae')"
echo "Commit Date: $(git log -1 --pretty=format:'%ad')"
- name: Cat file
run: |
cat /Users/runner/work/ModelFileFinder/ModelFileFinder/Tests/ModelFileFinderests/ModelFileFinderTests.swif
- name: Cat ModelFileFinder.swift
run: cat /Users/runner/work/ModelFileFinder/ModelFileFinder/Sources/ModelFileFinder/ModelFileFinder.swift

- name: Run SwiftFormat with debugging
run: |
Expand Down

0 comments on commit 26269d8

Please sign in to comment.