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 88229d7 commit 422d81bCopy full SHA for 422d81b
1 file changed
.github/workflows/mddiffcheck.yml
@@ -14,14 +14,10 @@ jobs:
14
- name: Set up Go
15
uses: actions/setup-go@v2
16
with:
17
- go-version: ^1.16
18
- - run: go install github.com/stellar/mddiffcheck@v1.1.0
19
- - run: |
20
- failed=0
21
- for f in core/*.md; do
22
- mddiffcheck -repo https://github.com/stellar/stellar-core "$f" || \
23
- mddiffcheck -repo https://github.com/stellar/stellar-xdr "$f" || {
24
- failed=1
25
- }
26
- done
27
- exit $failed
+ go-version: ^1.24
+ - run: go install github.com/stellar/mddiffcheck@v1.2.0
+ - run: >
+ mddiffcheck
+ -repo
+ 'https://github.com/stellar/stellar-core https://github.com/stellar/stellar-xdr'
+ core/*.md
0 commit comments