Skip to content

Commit

Permalink
fix formatter
Browse files Browse the repository at this point in the history
Signed-off-by: 1000850000 user <aaron.chew1@ibm.com>
  • Loading branch information
achew010 committed Aug 23, 2024
1 parent 4224c66 commit 88532be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: Format

on:
push:
branches: [ "main", "dev" ]
branches: [ "main", "dev", "fix-formatter" ]
pull_request:
branches: [ "main", "dev" ]

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Run formatter
run: |
cd plugins/${{ matrix.plugin_name }}
tox -e fmt
tox -e fmt -- . --check
- name: Run pytest
run: |
cd plugins/${{ matrix.plugin_name }}
Expand Down

0 comments on commit 88532be

Please sign in to comment.