Add support for 64-bit SPARC as a separate architecture #1018
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Formatting | |
on: | |
pull_request: | |
push: | |
branches: ["master"] | |
jobs: | |
fourmolu: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: haskell-actions/run-fourmolu@v9 | |
with: | |
version: "0.12.0.0" | |
pattern: | | |
Cabal/**/*.hs | |
Cabal-syntax/**/*.hs | |
cabal-install/**/*.hs |