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 f2154b7 commit cbe8a74Copy full SHA for cbe8a74
.github/workflows/main.yml
@@ -7,16 +7,10 @@ on:
7
jobs:
8
validate-version:
9
runs-on: rust:1.86
10
- runs-on: ubuntu-latest
11
steps:
12
- name: Checkout code
13
uses: actions/checkout@v4
14
15
- - name: Install Rust 1.86
16
- run: |
17
- rustup toolchain install 1.86 --profile minimal
18
- rustup default 1.86
19
-
20
- name: Run pre-commit
21
run: ./pre-commit
22
shell: bash
0 commit comments