Skip to content

style(vrd): 🎨 fixing formatting issues #10

style(vrd): 🎨 fixing formatting issues

style(vrd): 🎨 fixing formatting issues #10

Workflow file for this run

name: 💾 Format
on:
push:
branches:
- main
- feat/vrd
pull_request:
branches:
- feat/vrd
release:
types: [created]
jobs:
all:
name: Format
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v2
with:
components: clippy
- uses: actions/checkout@v4
- name: Check format
run: cargo fmt --all -- --check --verbose