Skip to content

Commit

Permalink
use bash shell as default in workflows, and fix stylish-haskell version.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Apr 11, 2021
1 parent 360c8bf commit 0ee0ab0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/coding-style.yaml
Expand Up @@ -13,7 +13,12 @@ jobs:
matrix:
os: [ubuntu-latest]

defaults:
run:
shell: bash

runs-on: ${{ matrix.os }}

steps:
- name: 📥 Checkout repository
uses: actions/checkout@v2.3.3
Expand All @@ -34,8 +39,8 @@ jobs:
PACKAGE: stylish-haskell
REPOSITORY: jaspervdj/stylish-haskell
PLATFORM: linux-x86_64
RELEASE: v0.11.0.3
VERSION: v0.11.0.3
RELEASE: v0.11.0.0
VERSION: v0.11.0.0
run: |
cd server
curl -sSL https://raw.github.com/KtorZ/cardano-ogmios/master/.github/scripts/from-github.sh | sh -s $(find src test app -type f -name '*.hs' ! -path '*.stack-work*') -i -c .stylish-haskell.yaml
Expand Down

0 comments on commit 0ee0ab0

Please sign in to comment.