Skip to content

Commit

Permalink
Merge branch 'master' into 2024-vite
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-henz authored Aug 5, 2024
2 parents 9feabac + 5b54dc1 commit 5d6b8af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ on:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

env:
TZ: Asia/Singapore
NODE_OPTIONS: --max_old_space_size=8192
GENERATE_SOURCEMAP: false

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

jobs:
lint:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 5d6b8af

Please sign in to comment.