Skip to content

Commit

Permalink
Create fmt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfran authored Dec 5, 2024
1 parent b79a521 commit 2078473
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Format Check

on:
push:
branches:
- main
pull_request:

jobs:
format-check:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Ruff
uses: astral-sh/ruff-action@v2.0.0
with:
args: check
src: .
version: latest

0 comments on commit 2078473

Please sign in to comment.