Skip to content

Commit

Permalink
dx: Better lint (#1964)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahradelahi committed Mar 4, 2024
1 parent c591338 commit 48a475d
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 569 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ name: Node.js CI

on:
push:
branches: [ v4 ]
branches:
- v4
- v5
pull_request:
{}

concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
cancel-in-progress: true

jobs:
build:
Expand Down
Loading

0 comments on commit 48a475d

Please sign in to comment.