Skip to content

Commit

Permalink
ci: format file
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Jun 12, 2024
1 parent 12435a9 commit 6692bd6
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6692bd6

Please sign in to comment.