File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,13 @@ jobs:
16
16
steps :
17
17
- uses : linkerd/dev/actions/setup-tools@v42
18
18
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
19
+ - run : git config --global --add safe.directory "$PWD" # actions/runner#2033
19
20
- run : just actionlint
20
21
21
22
devcontainer-versions :
22
23
runs-on : ubuntu-latest
23
24
steps :
24
25
- uses : linkerd/dev/actions/setup-tools@v42
25
26
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
27
+ - run : git config --global --add safe.directory "$PWD" # actions/runner#2033
26
28
- run : just actions-dev-versions
Original file line number Diff line number Diff line change 10
10
container : ghcr.io/linkerd/dev:v42-rust
11
11
steps :
12
12
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
13
+ - run : git config --global --add safe.directory "$PWD" # actions/runner#2033
13
14
- run : just fetch
14
15
- run : just check-fmt
15
16
- run : just clippy
You can’t perform that action at this time.
0 commit comments