Skip to content

Commit

Permalink
Try setting timezone to fix Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed Sep 19, 2024
1 parent b9ee24b commit 8cf5f89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set timezone
uses: szenius/[email protected]
with:
timezoneMacos: "America/Denver"

- name: SwiftFormat
run: swiftformat --lint . --reporter github-actions-log

0 comments on commit 8cf5f89

Please sign in to comment.