Monorepo for Tangled tangled.org
4

Configure Feed

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

1when: 2 - event: ["push", "pull_request"] 3 branch: master 4 5engine: nixery 6 7steps: 8 - name: "Check formatting" 9 command: | 10 mkdir -p bobbin/crates/types/src/_lex 11 [ -f bobbin/crates/types/src/_lex/lib.rs ] || : > bobbin/crates/types/src/_lex/lib.rs 12 nix fmt -- --ci