Skip to content

Commit 52fbadb

Browse files
authored
Merge pull request #66 from ehuss/more-publish-fixes
More mdbook-spec publish updates
2 parents 021ebeb + 5b27343 commit 52fbadb

File tree

3 files changed

+216
-187
lines changed

3 files changed

+216
-187
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@master
12+
- name: Verify mdbook-spec lockfile is current
13+
working-directory: ./mdbook-spec
14+
run: cargo update -p mdbook-spec --locked
15+
- name: Test mdbook-spec
16+
working-directory: ./mdbook-spec
17+
run: cargo test
18+
- name: Rustfmt check
19+
working-directory: ./mdbook-spec
20+
run: cargo fmt --check
1221
- name: Install mdbook
1322
run: |
1423
mkdir bin

0 commit comments

Comments
 (0)