Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reformat everything with ormolu, add workflow to automatically fix formatting in the future #1127

Merged
merged 12 commits into from
Jan 27, 2025
Next Next commit
add ormolu job to check formatting
yaxu committed Jan 27, 2025
commit 0af6c1e98a376e05efe7e6fec38319fbe8b26963
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -75,4 +75,9 @@ jobs:

- name: test
run: cabal v2-test ${{ matrix.versions.args }} --enable-tests --enable-benchmarks all
ormolu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/run-ormolu@v17

Loading