Skip to content

Bump fsevents from 1.2.4 to 1.2.13 in /haddock-api/resources/html #294

Bump fsevents from 1.2.4 to 1.2.13 in /haddock-api/resources/html

Bump fsevents from 1.2.4 to 1.2.13 in /haddock-api/resources/html #294

Workflow file for this run

name: hlint
on:
pull_request:
push:
jobs:
build:
name: hlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: rwe/actions-hlint-setup@v1
name: Set up HLint
with:
version: "3.5"
- uses: rwe/actions-hlint-run@v2
name: hlint
with:
path: '[ "haddock-library/", "haddock-api/", "haddock-test/", "hoogle-test/", "html-test/", "hypsrc-test/", "latex-test/" ]'
fail-on: warning