Skip to content

deps(cargo): bump zip from 2.1.0 to 2.1.2 in the rust group (#20) #50

deps(cargo): bump zip from 2.1.0 to 2.1.2 in the rust group (#20)

deps(cargo): bump zip from 2.1.0 to 2.1.2 in the rust group (#20) #50

Workflow file for this run

name: Formatting
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
env:
CARGO_TERM_COLOR: always
jobs:
check-rs-format:
name: Check Formatting (Rust)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
components: clippy
- run: rustup component add rustfmt
- name: rustfmt
run: cargo fmt --check
check-prettier-format:
name: Check Formatting (Prettier)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check formatting with Prettier
uses: actionsx/prettier@v3
with:
args: -c .