Format the code

This commit is contained in:
Antoni Boucher
2024-02-28 17:06:24 -05:00
parent 6ec50107e6
commit c2c68e3f4d
27 changed files with 3742 additions and 2627 deletions
+6
View File
@@ -49,6 +49,9 @@ jobs:
# `llvm-14-tools` is needed to install the `FileCheck` binary which is used for asm tests.
run: sudo apt-get install ninja-build ripgrep llvm-14-tools
- name: Install rustfmt
run: rustup component add rustfmt
- name: Download artifact
run: curl -LO https://github.com/antoyo/gcc/releases/latest/download/${{ matrix.libgccjit_version.gcc }}
@@ -92,6 +95,9 @@ jobs:
run: |
./y.sh test --release --clean --build-sysroot ${{ matrix.commands }}
- name: Check formatting
run: cargo fmt -- --check
duplicates:
runs-on: ubuntu-latest
steps: