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.
1 parent 512262e commit e8b536cCopy full SHA for e8b536c
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
- uses: actions/checkout@v3
67
- name: Install Rust
68
run: rustup update stable
69
- - run: cargo fmt --all -- --check
+ - run: cargo fmt --all --check
70
71
miri:
72
runs-on: ubuntu-latest
.github/workflows/release.yml
@@ -5,19 +5,12 @@ on:
5
tags:
6
- v[0-9]+.*
7
8
-env:
9
- RUSTFLAGS: -D warnings
10
- RUST_BACKTRACE: 1
11
-
12
jobs:
13
create-release:
14
if: github.repository_owner == 'smol-rs'
15
16
steps:
17
18
- - name: Install Rust
19
- run: rustup update stable
20
- - run: cargo package
21
- uses: taiki-e/create-gh-release-action@v1
22
with:
23
changelog: CHANGELOG.md
0 commit comments