Skip to content

Fix Configuration tests. #42

Fix Configuration tests.

Fix Configuration tests. #42

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: haskell/actions/setup@v2
- name: install haskell tools
run: cabal install --independent-goals --allow-newer cabal-fmt haskell-ci hlint ormolu
- uses: pre-commit/[email protected]