Skip to content

Getting raaz-0.4 uptodate with ghc-9.8 #203

Getting raaz-0.4 uptodate with ghc-9.8

Getting raaz-0.4 uptodate with ghc-9.8 #203

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