File tree 2 files changed +16
-15
lines changed
2 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 10
10
CARGO_TERM_COLOR : always
11
11
12
12
jobs :
13
- build :
13
+ build-app :
14
14
15
15
runs-on : ubuntu-latest
16
16
30
30
- name : Build
31
31
run : cd app && npm ci && trunk build
32
32
- name : Test
33
- run : cd app && cargo test
33
+ run : cd app && cargo test
34
+
35
+ build-codemafia :
36
+
37
+ runs-on : ubuntu-latest
38
+
39
+ steps :
40
+ - uses : actions/checkout@v2
41
+ - name : Build
42
+ run : cd codemafia && cargo build --verbose
43
+ - name : Test
44
+ run : cd codemafia && cargo test --verbose
45
+
46
+
Original file line number Diff line number Diff line change 1
- files : ^codemafia/
2
1
repos :
3
- - repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v3.3.0
5
- hooks :
6
- - id : check-byte-order-marker
7
- - id : check-case-conflict
8
- - id : check-merge-conflict
9
- - id : check-symlinks
10
- - id : check-yaml
11
- - id : end-of-file-fixer
12
- - id : mixed-line-ending
13
- - id : trailing-whitespace
14
2
- repo : https://github.com/doublify/pre-commit-rust
15
3
rev : master
16
4
hooks :
17
5
- id : fmt
18
6
- id : clippy
19
- - id : cargo-check
7
+ - id : cargo-check
You can’t perform that action at this time.
0 commit comments