Skip to content

Commit

Permalink
Update format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored Oct 8, 2021
1 parent dd7402f commit e4e8c34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ on:
jobs:
swift_format:
name: swift-format
runs-on: macOS-latest
runs-on: macOS-11
steps:
- uses: actions/checkout@v2
- name: Xcode Select
run: sudo xcode-select -s /Applications/Xcode_13.0.app
- name: Tap
run: brew tap pointfreeco/formulae
- name: Install
run: brew install Formulae/swift-format@5.3
run: brew install Formulae/swift-format@5.5
- name: Format
run: make format
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit e4e8c34

Please sign in to comment.