We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a35b1 commit 2b645dcCopy full SHA for 2b645dc
.github/workflows/build-rfc.yml
@@ -10,16 +10,7 @@ permissions:
10
id-token: write
11
12
jobs:
13
- validate:
14
- name: Validate XML samples
15
- runs-on: ubuntu-latest
16
- steps:
17
- - uses: actions/checkout@v4
18
- - run: sudo apt-get update && sudo apt-get install -q xmlstarlet
19
- - run: (cd xml; ./validate.sh)
20
-
21
build:
22
- needs: validate
23
name: Generate HTML/TXT
24
runs-on: ubuntu-latest
25
steps:
.github/workflows/validate-samples.yml
@@ -0,0 +1,12 @@
1
+name: Validate XML samples
2
+on: push
3
+
4
+jobs:
5
+ validate:
6
+ name: Validate XML samples
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v4
+ - run: sudo apt-get update && sudo apt-get install -q xmlstarlet
+ - run: (cd xml; ./validate.sh)
0 commit comments