Skip to content

Commit

Permalink
fix up merge
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Oct 11, 2023
1 parent 417ff1c commit 3b4b818
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,6 @@ workflows:
- vite
- vite-swc
# -browser-esm would need a package publish to npm/CDNs
security-scans:
jobs:
- secops/gitleaks:
context:
- platform-docker-ro
- github-orb
- secops-oidc
git-base-revision: <<#pipeline.git.base_revision>><<pipeline.git.base_revision>><</pipeline.git.base_revision >>
git-revision: << pipeline.git.revision >>
- TestPeerDepTypes:
name: Test external types for << matrix.externalPackage >>
requires:
Expand All @@ -153,3 +144,12 @@ workflows:
- "@types/react@17 @types/react-dom@17"
- "@types/react@18 @types/react-dom@18"
- "typescript@next"
security-scans:
jobs:
- secops/gitleaks:
context:
- platform-docker-ro
- github-orb
- secops-oidc
git-base-revision: <<#pipeline.git.base_revision>><<pipeline.git.base_revision>><</pipeline.git.base_revision >>
git-revision: << pipeline.git.revision >>

0 comments on commit 3b4b818

Please sign in to comment.