File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1111 workflow_dispatch : {}
1212
1313jobs :
14+ <<<<<<< HEAD
15+ =======
16+ validate :
17+ name : Validation steps
18+ runs-on : ubuntu-latest
19+ steps :
20+ - name : Checkout
21+ uses : actions/checkout@v4
22+
23+ - name : Run ShellCheck
24+ uses : ludeeus/action-shellcheck@master
25+ with :
26+ check_together : ' yes'
27+ scandir : ' ./scripts'
28+
29+ - name : Validate codecov.yml
30+ shell : bash
31+ run : curl -vvv --fail --data-binary @- https://codecov.io/validate < codecov.yml
32+
33+ >>>>>>> f3395c7d (Simplify build.yml)
1434 build :
1535 name : Build on JDK ${{ matrix.java-version }} (${{ matrix.os-name }})
1636 runs-on : ${{ matrix.os-name }}
2848 java-version : GA
2949 - os-name : macos-latest
3050 java-version : GA
51+
3152 steps :
3253 - name : Checkout repository
3354 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments