Skip to content

Commit

Permalink
testing github lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lukestroh committed Nov 26, 2024
1 parent ebacc3c commit 4fd6635
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/black.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Lint
name: pybullet-tree-sim-workflow

on: [pull_request]
on:
pull_request:
branches: ['main', 'develop']

jobs:
lint:
Expand All @@ -9,4 +11,4 @@ jobs:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose --line-length=120 ./"
options: "--check --verbose --diff --line-length=120 ./"

0 comments on commit 4fd6635

Please sign in to comment.