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.
2 parents 17389d6 + e50da81 commit 4e5f9dcCopy full SHA for 4e5f9dc
.github/workflows/test.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Checkout Repository
35
uses: actions/checkout@v2
36
- name: Install dependencies
37
- run: sudo apt-get install --yes trang
+ run: sudo apt-get update && sudo apt-get install --yes trang
38
- name: Check schema validity
39
run: trang schemas/styles/csl.rnc csl.rng && trang csl.rng csl.rnc
40
- name: Check schema formatting
0 commit comments