Skip to content

Bump mustache from 0.4.0 to 2.2.1 in /docs/slides/plpv14/_support/reveal #757

Bump mustache from 0.4.0 to 2.2.1 in /docs/slides/plpv14/_support/reveal

Bump mustache from 0.4.0 to 2.2.1 in /docs/slides/plpv14/_support/reveal #757

Workflow file for this run

name: hlint
on:
push:
branches:
- develop
pull_request:
jobs:
build:
name: hlint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: haskell/actions/hlint-setup@v2
name: Set up HLint
with:
version: "3.4"
- uses: haskell/actions/hlint-run@v2
name: hlint
with:
path: '["liquidhaskell-boot/src/", "liquidhaskell-boot/src-ghc/"]'
fail-on: suggestion