Specification for the Fetchable module interface
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: check formatting

+16
+16
.tangled/workflows/format.yml
··· 1 + when: 2 + - event: ["push"] 3 + branch: ["main"] 4 + - event: ["pull_request"] 5 + branch: ["main"] 6 + 7 + engine: "nixery" 8 + 9 + dependencies: 10 + nixpkgs: 11 + - nodejs_24 12 + - pnpm 13 + 14 + steps: 15 + - name: "Check formatting" 16 + command: pnpm run format:check