Skip to content

chore(deps): update softprops/action-gh-release action to v2 (#41) #102

chore(deps): update softprops/action-gh-release action to v2 (#41)

chore(deps): update softprops/action-gh-release action to v2 (#41) #102

Workflow file for this run

name: Format
on:
push:
branches:
- main
pull_request:
branches:
- main
- dev
jobs:
format:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- uses: Swatinem/rust-cache@v2
- run: cargo fmt --all -- --check