Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Fix format job
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezreal committed Oct 3, 2021
1 parent 996a78a commit 672f7a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Tap
- run: brew tap pointfreeco/formulae
- name: Tap
run: brew tap pointfreeco/formulae
- name: Install
run: brew install Formulae/[email protected]
- name: Format
Expand Down

0 comments on commit 672f7a7

Please sign in to comment.