File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 22
33on :
44 pull_request :
5- types : [opened, reopened, synchronize]
5+ types : [opened, reopened, synchronize]
66
77jobs :
88 soundness :
@@ -31,25 +31,25 @@ jobs:
3131 registry :
3232 image : registry:2
3333 ports :
34- - 5000:5000
34+ - 5000:5000
3535 container :
3636 image : swift:6.0-noble
3737 steps :
38- - name : Checkout repository
39- uses : actions/checkout@v4
40- with :
41- persist-credentials : false
38+ - name : Checkout repository
39+ uses : actions/checkout@v4
40+ with :
41+ persist-credentials : false
4242
43- - name : Mark the workspace as safe
44- # https://github.com/actions/checkout/issues/766
45- run : git config --global --add safe.directory ${GITHUB_WORKSPACE}
43+ - name : Mark the workspace as safe
44+ # https://github.com/actions/checkout/issues/766
45+ run : git config --global --add safe.directory ${GITHUB_WORKSPACE}
4646
47- - name : Run test job
48- env :
49- REGISTRY_HOST : registry
50- REGISTRY_PORT : 5000
51- run : |
52- swift test
47+ - name : Run test job
48+ env :
49+ REGISTRY_HOST : registry
50+ REGISTRY_PORT : 5000
51+ run : |
52+ swift test
5353
5454 swift-6-language-mode :
5555 name : Swift 6 Language Mode
Original file line number Diff line number Diff line change 11version : 1
22builder :
33 configs :
4- - documentation_targets :
5- - containertool
6- - ContainerImageBuilderPlugin
4+ - documentation_targets :
5+ - containertool
6+ - ContainerImageBuilderPlugin
You can’t perform that action at this time.
0 commit comments