File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 5252 run : cargo +1.74.0 rbmt test msrv --lock-file ${{ matrix.dep }}
5353
5454 Lint :
55- name : Lint - nightly toolchain
55+ name : Lint and API check
5656 runs-on : ubuntu-latest
5757 strategy :
5858 fail-fast : false
6262 id : setup
6363 - name : " Run lint"
6464 run : cargo +${{ steps.setup.outputs.nightly-version }} rbmt lint
65+ - name : " Run API check"
66+ run : cargo +${{ steps.setup.outputs.nightly-version }} rbmt api
6567
6668 Docs :
6769 name : Docs - stable toolchain
Original file line number Diff line number Diff line change @@ -42,6 +42,11 @@ docsrs *flags:
4242@ update-lock-files : _install-rbmt
4343 rustup run {{ NIGHTLY_VERSION}} cargo rbmt lock
4444
45+ # Update the exposed API files in api/.
46+ [group (' tools' )]
47+ update-api-files : _install-rbmt
48+ cargo + {{ NIGHTLY_VERSION}} rbmt api
49+
4550# Run CI tasks with rbmt.
4651[group (' ci' )]
4752@ ci task toolchain = " stable" lock = " recent": _install-rbmt
You can’t perform that action at this time.
0 commit comments