From 4fd6635e2b17ddee8e7b3c64f2602ca6f811bf04 Mon Sep 17 00:00:00 2001 From: lukestroh Date: Mon, 25 Nov 2024 23:25:02 -0800 Subject: [PATCH] testing github lint --- .github/workflows/black.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/black.yaml b/.github/workflows/black.yaml index 8f7be03..d34de9f 100644 --- a/.github/workflows/black.yaml +++ b/.github/workflows/black.yaml @@ -1,6 +1,8 @@ -name: Lint +name: pybullet-tree-sim-workflow -on: [pull_request] +on: + pull_request: + branches: ['main', 'develop'] jobs: lint: @@ -9,4 +11,4 @@ jobs: - uses: actions/checkout@v4 - uses: psf/black@stable with: - options: "--check --verbose --line-length=120 ./" \ No newline at end of file + options: "--check --verbose --diff --line-length=120 ./" \ No newline at end of file