made format.sh executable

This commit is contained in:
Jack Hodgkinson 2022-02-09 15:18:53 +00:00
parent 25b08b9943
commit 2b74de5aef
2 changed files with 2 additions and 2 deletions

0
.github/format.sh vendored Normal file → Executable file
View file

View file

@ -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"