Skip to content

Commit

Permalink
reorganized some
Browse files Browse the repository at this point in the history
  • Loading branch information
nstolpe committed Nov 1, 2024
1 parent 406a382 commit afc9ecd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
-name: Checkout
uses: actions/checkout@v4sv
with:
ref: 'test' # branch to compare to
path: br-base # required
token: ${{ secrets.GITHUB_TOKEN }}

- uses: ./.github/actions/setup

- name: Bundle size report
Expand Down

0 comments on commit afc9ecd

Please sign in to comment.