Skip to content

Commit

Permalink
github: Add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed Dec 17, 2024
1 parent 4a0ba05 commit c09bf2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ jobs:
name: Check Haskell sources with HLint
runs-on: ubuntu-22.04
steps:
- name: 📥 Checkout repository
uses: actions/checkout@v4

- name: "Set up HLint"
uses: haskell-actions/hlint-setup@v2

Expand Down

0 comments on commit c09bf2e

Please sign in to comment.