File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - name : Checkout
2121 uses : actions/checkout@v6.0.2
2222 - name : Setup Tools
23- uses : tanstack /config/.github/setup@main
23+ uses : TanStack /config/.github/setup@main
2424 - name : Fix formatting
2525 run : pnpm format
2626 # - name: Regenerate docs
Original file line number Diff line number Diff line change 2424 with :
2525 fetch-depth : 0
2626 - name : Setup Tools
27- uses : tanstack /config/.github/setup@main
27+ uses : TanStack /config/.github/setup@main
2828 - name : Get base and head commits for `nx affected`
2929 uses : nrwl/nx-set-shas@v4.4.0
3030 with :
3838 - name : Checkout
3939 uses : actions/checkout@v6.0.2
4040 - name : Setup Tools
41- uses : tanstack /config/.github/setup@main
41+ uses : TanStack /config/.github/setup@main
4242 - name : Build Packages
4343 run : pnpm run build:all
4444 - name : Publish Previews
6060 - name : Checkout
6161 uses : actions/checkout@v6.0.2
6262 - name : Setup Tools
63- uses : tanstack /config/.github/setup@main
63+ uses : TanStack /config/.github/setup@main
6464 - name : Changeset Preview
65- uses : tanstack /config/.github/changeset-preview@main
65+ uses : TanStack /config/.github/changeset-preview@main
Original file line number Diff line number Diff line change 2727 with :
2828 fetch-depth : 0
2929 - name : Setup Tools
30- uses : tanstack /config/.github/setup@main
30+ uses : TanStack /config/.github/setup@main
3131 - name : Run Tests
3232 run : pnpm run test:ci
3333 - name : Run Changesets (version or publish)
You can’t perform that action at this time.
0 commit comments