Skip to content

some simple code refactoring #194

some simple code refactoring

some simple code refactoring #194

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
with:
fail-on: warning