Skip to content

ADD: dogfood workflow #10

ADD: dogfood workflow

ADD: dogfood workflow #10

Workflow file for this run

name: "dogfooding"
# Why is this called "dogfooding"? https://en.wikipedia.org/wiki/Eating_your_own_dog_food
on:
push:
workflow_dispatch:
jobs:
dogfooding:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run fflint
uses: FileFormatInfo/fflint-gha@main
with:
command: ext
files: "**/*"
args: "--output=markdown"
version: "latest"