Skip to content

Merge pull request #18 from commercialhaskell/update-ci #26

Merge pull request #18 from commercialhaskell/update-ci

Merge pull request #18 from commercialhaskell/update-ci #26

Workflow file for this run

name: Linting
on:
pull_request:
push:
branches:
- master
jobs:
style:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Clone project
uses: actions/checkout@v3
- name: Apply yamllint
uses: ibiqlik/action-yamllint@v3
with:
format: github
- name: Set up HLint
uses: haskell/actions/hlint-setup@v2
with:
version: "3.6.1"
- name: Apply HLint
run: |
set -ex
hlint src/