diff --git a/.github/format.sh b/.github/format.sh old mode 100644 new mode 100755 diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 53bead9..a66c582 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -20,14 +20,14 @@ jobs: - uses: actions/checkout@v2 - uses: actions/cache@v2.1.4 - name: Cache Stack + name: Cache stack with: path: ~/.stack key: ${{ runner.os }}-stack-formatting restore-keys: ${{ runner.os }}-stack- - run: stack install fourmolu - name: Setup + name: "Install fourmolu" - run: ./.github/format.sh name: "Run fourmolu"