Skip to content

Bump actions/cache from 3.3.2 to 3.3.3 (#28) #162

Bump actions/cache from 3.3.2 to 3.3.3 (#28)

Bump actions/cache from 3.3.2 to 3.3.3 (#28) #162

Workflow file for this run

name: Linting
on:
pull_request:
push:
branches: ["main"]
jobs:
fourmolu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: fourmolu/fourmolu-action@v8
with:
pattern: |
app/**/*.hs
hlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Set up HLint'
uses: rwe/actions-hlint-setup@v1
with:
version: '3.5'
- name: 'Run HLint'
uses: rwe/actions-hlint-run@v2
with:
path: '["app/"]'
fail-on: warning