Skip to content

Make the landing quick start actionable #216

Make the landing quick start actionable

Make the landing quick start actionable #216

Workflow file for this run

name: Changed-code Fallow audit (not full project health)
on:
pull_request:
permissions:
contents: read
jobs:
changed-code-audit:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Audit changed code (not full project health)
uses: fallow-rs/fallow@v3
with:
command: audit
fail-on-issues: true