Skip to content

Merge pull request #220 from laststance/feat/ux-gap-fixes #259

Merge pull request #220 from laststance/feat/ux-gap-fixes

Merge pull request #220 from laststance/feat/ux-gap-fixes #259

Workflow file for this run

name: Fallow
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
fallow:
name: ${{ matrix.name }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- name: dead-code
command: dead-code
args: ''
- name: dupes
command: dupes
args: ''
- name: health
command: health
args: '--complexity'
steps:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
persist-credentials: false
- name: Prepare
uses: ./.github/actions/prepare
- name: Fallow ${{ matrix.name }}
run: pnpm exec fallow ${{ matrix.command }} ${{ matrix.args }} --fail-on-issues --format compact