Skip to content

fix(vrd): 🚑 fix The following category slugs are not curren… #49

fix(vrd): 🚑 fix The following category slugs are not curren…

fix(vrd): 🚑 fix The following category slugs are not curren… #49

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