diff options
| author | Fuwn <[email protected]> | 2023-12-12 23:03:48 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-17 13:52:56 +0000 |
| commit | 8a7dca3e7e60eac7da8c0511453a7e2fd750ae60 (patch) | |
| tree | 8d9911b9d3528d7a0a84c4901955353e2a421370 /.github/workflows | |
| parent | chore(earthly): ignore secrets (diff) | |
| download | september-8a7dca3e7e60eac7da8c0511453a7e2fd750ae60.tar.xz september-8a7dca3e7e60eac7da8c0511453a7e2fd750ae60.zip | |
ci(github): bump rustc
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/check.yaml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 70b3528..f277310 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -1,5 +1,4 @@ name: Check ✅ - on: workflow_dispatch: push: @@ -8,10 +7,8 @@ on: pull_request: paths: - "*" - env: CARGO_TERM_COLOR: always - jobs: check: name: Check ✅ @@ -19,15 +16,13 @@ jobs: steps: - name: Checkout 🛒 uses: actions/checkout@v3 - - name: Toolchain 🧰 uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.66.0 + toolchain: 1.73.0 components: rustfmt, clippy override: true - - name: Check ✅ uses: actions-rs/cargo@v1 continue-on-error: false |