Skip to content

Commit

Permalink
Use new .github workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjosephmckeon committed Feb 7, 2024
1 parent 156f8be commit 8548358
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

jobs:
call-workflow:
uses: byteverse/.github/.github/workflows/build.yaml@main
secrets: inherit
uses: byteverse/.github/.github/workflows/build-matrix.yaml@main
with:
release: false
cabal-file: natural-arithmetic.cabal
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ on:

jobs:
call-workflow:
uses: byteverse/.github/.github/workflows/build.yaml@main
uses: byteverse/.github/.github/workflows/release.yaml@main
secrets: inherit
with:
release: true
1 change: 1 addition & 0 deletions natural-arithmetic.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ maintainer: [email protected]
copyright: 2019 Andrew Martin
category: Math
extra-doc-files: CHANGELOG.md
tested-with: GHC ==9.4.8 || ==9.6.3 || ==9.8.1

common build-settings
default-language: Haskell2010
Expand Down

0 comments on commit 8548358

Please sign in to comment.