We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f1c67 commit c988667Copy full SHA for c988667
1 file changed
.github/workflows/build.yml
@@ -11,6 +11,26 @@ on:
11
workflow_dispatch: {}
12
13
jobs:
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)
34
build:
35
name: Build on JDK ${{ matrix.java-version }} (${{ matrix.os-name }})
36
runs-on: ${{ matrix.os-name }}
@@ -28,6 +48,7 @@ jobs:
48
java-version: GA
49
- os-name: macos-latest
50
51
52
steps:
53
- name: Checkout repository
54
uses: actions/checkout@v4
0 commit comments