Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Aug 25, 2024
1 parent 5d23873 commit 340fea6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: Lint

on:
pull_request:
workflow_dispatch:

env:
FORCE_COLOR: 2

- push
- pull_request
jobs:
test:
name: v${{ matrix.version }} @ ${{ matrix.os }}
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: Node CI

on:
pull_request:
workflow_dispatch:

env:
FORCE_COLOR: 2

- push
- pull_request
jobs:
test:
name: v${{ matrix.version }} @ ${{ matrix.os }}
Expand Down

0 comments on commit 340fea6

Please sign in to comment.