diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 8a1e83e..4a21aa6 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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/swift-format@5.3 - name: Format