Skip to content

Merge pull request #264 from KSXGitHub/dependabot/github_actions/KSXG… #1101

Merge pull request #264 from KSXGitHub/dependabot/github_actions/KSXG…

Merge pull request #264 from KSXGitHub/dependabot/github_actions/KSXG… #1101

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