Skip to content

Commit

Permalink
chore(main): Fix prettier issues in linting workflow (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet authored Dec 9, 2024
1 parent 1f803e2 commit a4a1547
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 @@ -12,10 +12,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 a4a1547

Please sign in to comment.