Skip to content

Bump vite from 4.5.5 to 4.5.6 in /design (#825) #2095

Bump vite from 4.5.5 to 4.5.6 in /design (#825)

Bump vite from 4.5.5 to 4.5.6 in /design (#825) #2095

Workflow file for this run

name: Linting
on:
pull_request:
push:
branches: ["main", "development"]
jobs:
fourmolu:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/run-fourmolu@v11
with:
version: "0.17.0.0"
pattern: |
src/**/*.hs
test/**/*.hs
app/**/*.hs
hlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: 'Set up HLint'
uses: haskell-actions/hlint-setup@v2
with:
version: '3.8'
- name: 'Run HLint'
uses: haskell-actions/hlint-run@v2
with:
path: '["src/", "test/", "app/"]'
fail-on: warning