Skip to content

Commit

Permalink
Merge pull request #152 from haithamkhedr/main
Browse files Browse the repository at this point in the history
Configure a workflow for format checking
  • Loading branch information
haithamkhedr authored Aug 5, 2024
2 parents 57bc94b + 5e3d6ca commit 0230c5f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/check_fmt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: SAM2/fmt
on:
pull_request:
branches:
- main
jobs:
ufmt_check:
runs-on: ubuntu-latest
steps:
- name: Check formatting
uses: omnilib/ufmt@action-v1
with:
path: sam2 tools
version: "2.0.0b2"
python-version: "3.10"
black-version: "24.2.0"
usort-version: "1.0.2"

0 comments on commit 0230c5f

Please sign in to comment.