Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Feb 7, 2024
1 parent 7265074 commit bb75101
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:

jobs:
lint:
if: contains(github.event.pull_request.labels.*.name, 'Status: Pending Merge')
if: |
contains(github.event.pull_request.labels.*.name, 'Status: Pending Merge')
name: Checking if any fixes are needed
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit bb75101

Please sign in to comment.