Skip to content

deps(npm): bump the actions group in /web with 6 updates (#207) #209

deps(npm): bump the actions group in /web with 6 updates (#207)

deps(npm): bump the actions group in /web with 6 updates (#207) #209

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