We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2085c5 + 46f92f9 commit 02c3034Copy full SHA for 02c3034
.github/workflows/format-and-lint.yml
@@ -8,10 +8,11 @@ concurrency:
8
cancel-in-progress: true
9
jobs:
10
lint:
11
+ if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.repository != github.event.pull_request.head.repo.full_name)
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
- node-version: [18]
15
+ node-version: [23]
16
steps:
17
- name: Check out branch (pull request)
18
uses: actions/checkout@v4
0 commit comments