Updates from new ormolu 0.4 (#167)

* Changes from formatter

* Fix github action run on master branch
This commit is contained in:
Aditya Manthramurthy 2022-02-10 13:34:11 -08:00 committed by GitHub
parent 193be59432
commit c59b7066fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 98 additions and 98 deletions

View File

@ -1,6 +1,6 @@
name: CI
# Trigger the workflow on push or pull request, but only for the main branch
# Trigger the workflow on push or pull request, but only for the master branch
on:
pull_request:
branches: [master]
@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v2
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/main'
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
- uses: haskell/actions/setup@v1
id: setup-haskell-cabal