Skip to content

Merge pull request #76 from ThalosES/dependabot/github_actions/action… #575

Merge pull request #76 from ThalosES/dependabot/github_actions/action…

Merge pull request #76 from ThalosES/dependabot/github_actions/action… #575

Workflow file for this run

name: Format Check
on:
push:
pull_request:
jobs:
fmt-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check code formatting
run: cargo fmt -- --check --verbose