From 6692bd6356bf353279364dd434599bd2cd84b4e3 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:34:35 -0300 Subject: [PATCH] ci: format file --- .github/workflows/ci.yaml | 48 +++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aa44c53da..6c4df39b1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -353,9 +353,9 @@ jobs: target: aarch64-unknown-linux-gnu - os: ubuntu-latest target: aarch64-unknown-linux-musl - - os: macos-12 # intel + - os: macos-12 # intel target: x86_64-apple-darwin - - os: macos-14 # aarch64 + - os: macos-14 # aarch64 target: aarch64-apple-darwin steps: - name: Checkout repository @@ -449,28 +449,28 @@ jobs: - run: cargo fmt --all -- --check -# validate-deps: -# name: validate-deps -# runs-on: ubuntu-latest -# timeout-minutes: 10 -# steps: -# - name: Checkout repository -# uses: actions/checkout@v4 -# -# - name: Install Rust toolchain -# uses: dtolnay/rust-toolchain@stable -# with: -# toolchain: stable -# -# - name: Install cargo-deny -# run: | -# set -e -# curl -L https://github.com/EmbarkStudios/cargo-deny/releases/download/0.14.18/cargo-deny-0.14.18-x86_64-unknown-linux-musl.tar.gz | tar xzf - -# mv cargo-deny-*-x86_64-unknown-linux-musl/cargo-deny cargo-deny -# echo `pwd` >> $GITHUB_PATH -# -# - name: Validate deps -# run: cargo deny check + # validate-deps: + # name: validate-deps + # runs-on: ubuntu-latest + # timeout-minutes: 10 + # steps: + # - name: Checkout repository + # uses: actions/checkout@v4 + # + # - name: Install Rust toolchain + # uses: dtolnay/rust-toolchain@stable + # with: + # toolchain: stable + # + # - name: Install cargo-deny + # run: | + # set -e + # curl -L https://github.com/EmbarkStudios/cargo-deny/releases/download/0.14.18/cargo-deny-0.14.18-x86_64-unknown-linux-musl.tar.gz | tar xzf - + # mv cargo-deny-*-x86_64-unknown-linux-musl/cargo-deny cargo-deny + # echo `pwd` >> $GITHUB_PATH + # + # - name: Validate deps + # run: cargo deny check lint-build: name: lint-build