Skip to content

Commit

Permalink
Fix prettier issues in linting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet committed Dec 9, 2024
1 parent 723a100 commit 121ce3c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
# If the PR is coming from a fork (pull_request_target), ensure it's opened by "dependabot[bot]".
# Otherwise, clone it normally.
if: |
(github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]') ||
(github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]')
(github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]') ||
(github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]')
runs-on: ubuntu-22.04

steps:
- name: Checkout
if: ${{ github.event_name != 'pull_request_target' }}
Expand Down

0 comments on commit 121ce3c

Please sign in to comment.