Skip to content

Some tiny improvements here and there #222

Some tiny improvements here and there

Some tiny improvements here and there #222

Workflow file for this run

name: Checks
on: [push, pull_request]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Get the Repository
uses: actions/checkout@v4
- name: 'Trailing white spaces ?'
uses: harupy/find-trailing-whitespace@master
- name: 'Run HLint'
uses: haskell-actions/hlint-scan@v1