Skip to content

Deploy only when changes which could affect the site are pushed. #99

Deploy only when changes which could affect the site are pushed.

Deploy only when changes which could affect the site are pushed. #99

Workflow file for this run

name: Conformance
permissions: read-all
on: [push, pull_request]
jobs:
hlint:
name: HLint
runs-on: ubuntu-latest
permissions:
# Needed to upload results to GitHub code scanning.
security-events: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: haskell-actions/hlint-scan@3e2feb228d5d90db9ba2bb93c720d83e4c06681c # v1.2.0
ormolu:
name: Ormolu
runs-on: ubuntu-latest
steps:
- uses: haskell-actions/run-ormolu@c5eec49879ee294be01c787bcbf7b5a373a37060 # v17