Skip to content

Commit

Permalink
Merge pull request #72 from Cyberbeni/format-workflow-update
Browse files Browse the repository at this point in the history
Update SwiftFormat workflows to pass version
  • Loading branch information
Cyberbeni authored Sep 28, 2024
2 parents 5bef2e8 + c3c5055 commit 6183677
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ on:
jobs:
swiftformat-lint:
uses: Cyberbeni/workflows/.github/workflows/swiftformat-lint.yml@master
with:
version: '*'
2 changes: 2 additions & 0 deletions .github/workflows/manual-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ on: workflow_dispatch
jobs:
swiftformat:
uses: Cyberbeni/workflows/.github/workflows/swiftformat-fix-and-commit.yml@master
with:
version: '*'

0 comments on commit 6183677

Please sign in to comment.