Implementation of the UM-32 "Universal Machine" as described by the Cult of the Bound Variable
at main 294 B view raw
1when: 2 - event: 3 - push 4 - pull_request 5 branch: 6 - main 7 8engine: nixery 9 10dependencies: 11 nixpkgs: 12 - cargo 13 - clang 14 - clippy 15 16steps: 17 - name: Run clippy 18 environment: 19 RUSTFLAGS: "-Dwarnings" 20 command: | 21 cargo clippy --all-targets --all-features