Skip to content

fix typo

fix typo #15

Workflow file for this run

on: [push, pull_request]
jobs:
scan:
name: Scan code with HLint
runs-on: ubuntu-latest
permissions:
# Needed to upload results to GitHub code scanning.
security-events: write
steps:
- uses: actions/checkout@v3
- uses: haskell-actions/hlint-scan@v1