Skip to content

Commit

Permalink
add workflow description
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani authored Mar 12, 2024
1 parent 96ac84e commit 3f077d9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ormolu.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This workflow runs ormolu on all Haskell files in the branch and creates a PR with the result.
# (The ormolu job in CI.yaml only runs ormolu on Haskell files that have changed in that PR.)

name: ormolu everything

on:
Expand All @@ -19,6 +22,6 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
commit_message: automatically run ormolu
branch: format/${{github.ref_name}}
branch_suffix: random
branch: autoformat/${{github.ref_name}}
# branch_suffix: random
title: format `${{github.ref_name}}` with ormolu ${{env.ormolu_version}}

0 comments on commit 3f077d9

Please sign in to comment.