File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 34
34
needs : changes
35
35
steps :
36
36
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
- - name : Enable Rust matcher
38
- run : echo "::add-matcher::.github/matchers/rust.json"
37
+ - uses : ./.github/actions/setup
38
+ with :
39
+ rust : true
39
40
- run : make check-fmt
40
41
41
42
check-clippy :
45
46
needs : changes
46
47
steps :
47
48
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48
- - name : Enable Rust matcher
49
- run : echo "::add-matcher::.github/matchers/rust.json"
49
+ - uses : ./.github/actions/setup
50
+ with :
51
+ rust : true
50
52
- run : sudo bash ./scripts/environment/install-protoc.sh
51
53
- run : sudo apt-get update && sudo apt-get install -y libsasl2-dev
52
54
- run : make check-clippy
@@ -58,11 +60,11 @@ jobs:
58
60
needs : changes
59
61
steps :
60
62
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
61
- - name : Enable Rust matcher
62
- run : echo "::add-matcher::.github/matchers/rust.json"
63
- - run : sudo -E bash scripts/environment/bootstrap-ubuntu-24.04.sh
64
- - run : bash ./scripts/environment/prepare.sh --modules= cargo-nextest,datadog-ci
65
-
63
+ - uses : ./.github/actions/setup
64
+ with :
65
+ rust : true
66
+ cargo-nextest : true
67
+ datadog-ci : true
66
68
- name : Unit Test
67
69
run : make test
68
70
env :
You can’t perform that action at this time.
0 commit comments