aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check.yaml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml
index c9336d6..bd21375 100644
--- a/.github/workflows/check.yaml
+++ b/.github/workflows/check.yaml
@@ -1,5 +1,4 @@
name: Check ✅
-
on:
workflow_dispatch:
push:
@@ -8,25 +7,21 @@ on:
pull_request:
paths:
- "*"
-
env:
CARGO_TERM_COLOR: always
-
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛒
uses: actions/checkout@v3
-
- name: Toolchain 🧰
uses: actions-rs/toolchain@v1
with:
profile: minimal
- toolchain: 1.68.2
+ toolchain: 1.79.0
components: rustfmt, clippy
override: true
-
- name: Check ✅
uses: actions-rs/cargo@v1
continue-on-error: false