Generate random, alliterated animal names.
0
fork

Configure Feed

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

at main 19 lines 315 B view raw
1when: 2 - event: ["push", "pull_request"] 3 branch: "*" 4 5engine: nixery 6 7dependencies: 8 nixpkgs: 9 - deno 10 11steps: 12 - name: check types 13 command: deno check 14 - name: run tests 15 command: deno test --doc 16 - name: run linter 17 command: deno lint 18 - name: check formatting 19 command: deno fmt --check