Skip to content

chore(deps): bump KSXGitHub/github-actions-deploy-aur #1102

chore(deps): bump KSXGitHub/github-actions-deploy-aur

chore(deps): bump KSXGitHub/github-actions-deploy-aur #1102

Workflow file for this run

name: Code formatting
on:
- push
- pull_request
jobs:
fmt_check:
name: Fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/[email protected]
with:
profile: minimal
components: rustfmt
override: 'true'
default: 'true'
- name: Check code formatting
run: cargo fmt -- --check