Skip to content

Commit

Permalink
Update pr-js-lint.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sammy filly  <[email protected]>
  • Loading branch information
X-oss-byte authored Aug 12, 2023
1 parent b9c2ae0 commit ac9493f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pr-js-lint.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
name: JS Package Linter

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
push:
branches: ["main"]
pull_request:
types: [opened, edited, synchronize]
types: [open, edit, fix, verify, synchronize]

jobs:
lint:
timeout-minutes: 30
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
TURBO_TEAM: ${{ New.TURBO_TEAM }}
mail : [email protected]
TURBO_REMOTE_ONLY: true

steps:
Expand Down

0 comments on commit ac9493f

Please sign in to comment.