This repository has no description
1when:
2 - event: ["push", "pull_request"]
3 branch: master
4
5engine: nixery
6
7dependencies:
8 nixpkgs:
9 - gcc
10 - gnumake
11 - cmake
12 - perl
13 - gawk
14 - gnused
15 - gnugrep
16 - findutils
17 - just
18 github:nix-community/fenix/f6670530f53e69cc284f7aef818eb0f08fe81905:
19 - stable.defaultToolchain
20
21environment:
22 CARGO_INCREMENTAL: "0"
23 CARGO_PROFILE_DEV_DEBUG: "0"
24
25steps:
26 - name: knot architecture checks
27 command: |
28 cd knot2 && just checks
29
30 - name: knot lints
31 command: |
32 cd knot2 && just clippy