Skip to content

Commit bd4ef10

Browse files
committed
Parameterise certificate by era
1 parent 0c34521 commit bd4ef10

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/check-stylish-haskell.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Check Stylish Haskell
22

33
on:
4-
push:
5-
merge_group:
4+
pull_request:
65

76
# When pushing branches (and/or updating PRs), we do want to cancel previous
87
# build runs. We assume they are stale now; and do not want to spend CI time and
@@ -65,6 +64,8 @@ jobs:
6564
6665
- name: Run stylish-haskell over all modified files
6766
run: |
67+
echo "github.base_ref=${{ github.base_ref }}"
68+
echo "env.STYLISH_HASKELL_PATHS=${{ env.STYLISH_HASKELL_PATHS }}"
6869
git add .
6970
git stash
7071
git fetch origin ${{ github.base_ref }} --unshallow

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[submodule "cardano-api"]
22
path = cardano-api
33
url = [email protected]:input-output-hk/cardano-api.git
4-
branch = main
4+
branch = cardano-api-8.5.2.0.x/parameterise-certificate-by-era
55
[submodule "cardano-cli"]
66
path = cardano-cli
77
url = [email protected]:input-output-hk/cardano-cli.git
8-
branch = main
8+
branch = newhoggy/parameterise-certificate-by-era
99
[submodule "cardano-dev"]
1010
path = cardano-dev
1111
url = [email protected]:input-output-hk/cardano-dev.git

cardano-api

cardano-cli

0 commit comments

Comments
 (0)