Skip to content

chore(deps): bump KSXGitHub/github-actions-deploy-aur from 2.7.2 to 3.0.0 #1100

chore(deps): bump KSXGitHub/github-actions-deploy-aur from 2.7.2 to 3.0.0

chore(deps): bump KSXGitHub/github-actions-deploy-aur from 2.7.2 to 3.0.0 #1100

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