made format.sh executable
This commit is contained in:
parent
146a2c6015
commit
985895ede3
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/checkout@v2
|
||||||
|
|
||||||
- uses: actions/cache@v2.1.4
|
- uses: actions/cache@v2.1.4
|
||||||
name: Cache Stack
|
name: Cache stack
|
||||||
with:
|
with:
|
||||||
path: ~/.stack
|
path: ~/.stack
|
||||||
key: ${{ runner.os }}-stack-formatting
|
key: ${{ runner.os }}-stack-formatting
|
||||||
restore-keys: ${{ runner.os }}-stack-
|
restore-keys: ${{ runner.os }}-stack-
|
||||||
|
|
||||||
- run: stack install fourmolu
|
- run: stack install fourmolu
|
||||||
name: Setup
|
name: "Install fourmolu"
|
||||||
|
|
||||||
- run: ./.github/format.sh
|
- run: ./.github/format.sh
|
||||||
name: "Run fourmolu"
|
name: "Run fourmolu"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue