+61
Diff
round #9
+34
.tangled/workflows/clippy.yml
+34
.tangled/workflows/clippy.yml
···
1
+
when:
2
+
- event: ["push", "pull_request"]
3
+
branch: ["main"]
4
+
5
+
engine: "nixery"
6
+
7
+
clone:
8
+
skip: false
9
+
depth: 1
10
+
submodules: false
11
+
12
+
dependencies:
13
+
nixpkgs:
14
+
- gcc
15
+
- clang
16
+
- lld
17
+
- rustup
18
+
- pkg-config
19
+
- openssl
20
+
21
+
steps:
22
+
- name: Use current cargo version
23
+
command: |
24
+
rustup default stable
25
+
- name: Install nix-env
26
+
command: nix-env --install
27
+
- name: Use development environment
28
+
command: |
29
+
export NIX_PATH="$HOME/.nix-profile/bin:$PATH"
30
+
31
+
nix-shell -p openssl
32
+
- name: Run linter
33
+
command: |
34
+
cargo clippy -- -D warnings
+27
.tangled/workflows/format.yml
+27
.tangled/workflows/format.yml
···
1
+
when:
2
+
- event: ["push", "pull_request"]
3
+
branch: ["main"]
4
+
5
+
engine: "nixery"
6
+
7
+
clone:
8
+
skip: false
9
+
depth: 1
10
+
submodules: false
11
+
12
+
dependencies:
13
+
nixpkgs:
14
+
- gcc
15
+
- clang
16
+
- lld
17
+
- rustup
18
+
- pkg-config
19
+
- openssl
20
+
21
+
steps:
22
+
- name: Use current cargo version
23
+
command: |
24
+
rustup default stable
25
+
- name: Enforce formatting
26
+
command: |
27
+
cargo fmt --check
History
14 rounds
0 comments
diegoenriquezserrano.dev
submitted
#13
3 commits
expand
collapse
cargo fmt spindle config
Set default cargo version in format workflow
add clippy workflow config
2/2 success
expand
collapse
no conflicts, ready to merge
expand 0 comments
diegoenriquezserrano.dev
submitted
#12
3 commits
expand
collapse
cargo fmt spindle config
Set default cargo version in format workflow
add clippy workflow config
1/2 failed, 1/2 success
expand
collapse
expand 0 comments
diegoenriquezserrano.dev
submitted
#11
3 commits
expand
collapse
cargo fmt spindle config
Set default cargo version in format workflow
add clippy workflow config
1/2 failed, 1/2 success
expand
collapse
expand 0 comments
diegoenriquezserrano.dev
submitted
#10
3 commits
expand
collapse
cargo fmt spindle config
Set default cargo version in format workflow
add clippy workflow config
1/2 failed, 1/2 success
expand
collapse
expand 0 comments
diegoenriquezserrano.dev
submitted
#9
3 commits
expand
collapse
cargo fmt spindle config
Set default cargo version in format workflow
add clippy workflow config
1/2 failed, 1/2 success
expand
collapse
expand 0 comments
diegoenriquezserrano.dev
submitted
#8
3 commits
expand
collapse
cargo fmt spindle config
Set default cargo version in format workflow
add clippy workflow config
1/2 failed, 1/2 success
expand
collapse
expand 0 comments
diegoenriquezserrano.dev
submitted
#7
3 commits
expand
collapse
cargo fmt spindle config
Set default cargo version in format workflow
add clippy workflow config
1/2 failed, 1/2 success
expand
collapse
expand 0 comments
diegoenriquezserrano.dev
submitted
#6
3 commits
expand
collapse
cargo fmt spindle config
Set default cargo version in format workflow
add clippy workflow config
1/2 failed, 1/2 success
expand
collapse
expand 0 comments
diegoenriquezserrano.dev
submitted
#5
3 commits
expand
collapse
cargo fmt spindle config
Set default cargo version in format workflow
add clippy workflow config
1/2 failed, 1/2 success
expand
collapse
expand 0 comments
diegoenriquezserrano.dev
submitted
#4
3 commits
expand
collapse
cargo fmt spindle config
Set default cargo version in format workflow
add clippy workflow config
1/2 failed, 1/2 success
expand
collapse
expand 0 comments
diegoenriquezserrano.dev
submitted
#3
3 commits
expand
collapse
cargo fmt spindle config
Set default cargo version in format workflow
add clippy workflow config
1/2 failed, 1/2 success
expand
collapse
expand 0 comments
diegoenriquezserrano.dev
submitted
#2
3 commits
expand
collapse
cargo fmt spindle config
Set default cargo version in format workflow
add clippy workflow config
1/2 failed, 1/2 success
expand
collapse
expand 0 comments
diegoenriquezserrano.dev
submitted
#1
2 commits
expand
collapse
cargo fmt spindle config
Set default cargo version in format workflow
1/1 success
expand
collapse
expand 0 comments
diegoenriquezserrano.dev
submitted
#0
1 commit
expand
collapse
cargo fmt spindle config