Skip to content

Add confirmation dialog before installing or uninstalling #29

Add confirmation dialog before installing or uninstalling

Add confirmation dialog before installing or uninstalling #29

Workflow file for this run

name: Linting
on:
pull_request:
push:
branches: ["main", "development"]
jobs:
fourmolu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: haskell-actions/run-fourmolu@v8
with:
pattern: |
app/**/*.hs
src/**/*.hs
hlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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: '["src/", "app/"]'
fail-on: warning