made format.sh executable
This commit is contained in:
parent
25b08b9943
commit
2b74de5aef
2 changed files with 2 additions and 2 deletions
0
.github/format.sh
vendored
Normal file → Executable file
0
.github/format.sh
vendored
Normal file → Executable file
4
.github/workflows/integrate.yaml
vendored
4
.github/workflows/integrate.yaml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue