Skip to content

Commit

Permalink
moved uses
Browse files Browse the repository at this point in the history
  • Loading branch information
nstolpe committed Nov 1, 2024
1 parent 664167f commit 1de9259
Show file tree
Hide file tree
Showing 2 changed files with 30,219 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/setup
- name: Checkout branch
uses: actions/checkout@v4
uses: ./.github/actions/setup
with:
ref: 'main'
ref: "main"
path: br-base
- name: Bundle size report
uses: nejcm/[email protected]
with:
paths: 'packages/*'
onlyDiff: 'true'
paths: "packages/*"
onlyDiff: "true"
filter: '.*\\.min\\.js'

- name: Check all package.json's and tsconfig.json's are in sync.
Expand Down
Loading

0 comments on commit 1de9259

Please sign in to comment.