Skip to content

Commit

Permalink
linters: pin version of Rust
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Fontein <felix@fontein.de>
Signed-off-by: duthils <duthils@duthils.net>
  • Loading branch information
duthils and felixfontein committed Sep 12, 2024
1 parent e65e6fa commit 6475dae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Install rustup
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y --default-toolchain 1.70.0

- name: Run Formatting Check
run: cargo fmt --check
working-directory: ./functional-tests

0 comments on commit 6475dae

Please sign in to comment.