mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2025-01-19 01:14:43 +01:00
Minor bugfixes.
This commit is contained in:
parent
9167e38cae
commit
bf71005d20
1 changed files with 31 additions and 31 deletions
|
@ -11,14 +11,14 @@ inputs:
|
||||||
default: 'v'
|
default: 'v'
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install rust
|
- name: Install rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
profile: minimal
|
profile: minimal
|
||||||
- run: |
|
- name: Build rustdoc and check it
|
||||||
|
run: |
|
||||||
# Colorize output, since GitHub Actions terminals support color.
|
# Colorize output, since GitHub Actions terminals support color.
|
||||||
export CARGO_TERM_COLOR=always
|
export CARGO_TERM_COLOR=always
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue