Skip to content

Commit

Permalink
Merge branch 'main' into components
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Jun 19, 2023
2 parents 6af9fc0 + 0b5a5b2 commit 892e2cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check
name: Lint

on:
push:
Expand All @@ -9,7 +9,7 @@ on:
- main

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

env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/typecheck.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check
name: Typecheck

on:
push:
Expand All @@ -9,15 +9,15 @@ on:
- main

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

env:
NODE_OPTIONS: --max_old_space_size=6144

jobs:
lint:
name: Lint
typecheck:
name: Typecheck
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 892e2cb

Please sign in to comment.