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'
|
||||
runs:
|
||||
using: "composite"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly
|
||||
profile: minimal
|
||||
- run: |
|
||||
- name: Build rustdoc and check it
|
||||
run: |
|
||||
# Colorize output, since GitHub Actions terminals support color.
|
||||
export CARGO_TERM_COLOR=always
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue