Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Tools
uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3 # main
uses: TanStack/config/.github/setup@6ddd247a7748fef503de0818293a732f6447fd92 # main
- name: Fix formatting
run: pnpm format
- name: Generate Docs
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Start Nx Agents
run: npx nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml"
- name: Setup Tools
uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3 # main
uses: TanStack/config/.github/setup@6ddd247a7748fef503de0818293a732f6447fd92 # main
- name: Get base and head commits for `nx affected`
uses: nrwl/nx-set-shas@3e9ad7370203c1e93d109be57f3b72eb0eb511b1 # v4.4.0
with:
Expand All @@ -51,7 +51,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Tools
uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3 # main
uses: TanStack/config/.github/setup@6ddd247a7748fef503de0818293a732f6447fd92 # main
- name: Build Packages
run: pnpm run build:all
- name: Publish Previews
Expand Down Expand Up @@ -80,6 +80,6 @@ jobs:
with:
persist-credentials: false
- name: Setup Tools
uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3 # main
uses: TanStack/config/.github/setup@6ddd247a7748fef503de0818293a732f6447fd92 # main
- name: Changeset Preview
uses: TanStack/config/.github/changeset-preview@e4b48f16568324f76f467aa4c2aac2f05db632c3 # main
uses: TanStack/config/.github/changeset-preview@6ddd247a7748fef503de0818293a732f6447fd92 # main
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0
persist-credentials: true # changesets/action pushes version/release changes
- name: Setup Tools
uses: TanStack/config/.github/setup@e4b48f16568324f76f467aa4c2aac2f05db632c3 # main
uses: TanStack/config/.github/setup@6ddd247a7748fef503de0818293a732f6447fd92 # main
- name: Run Tests
run: pnpm run test:ci
- name: Run Changesets (version or publish)
Expand All @@ -41,6 +41,6 @@ jobs:
title: 'ci: Version Packages'
- name: Comment on PRs about release
if: steps.changesets.outputs.published == 'true'
uses: TanStack/config/.github/comment-on-release@e4b48f16568324f76f467aa4c2aac2f05db632c3 # main
uses: TanStack/config/.github/comment-on-release@6ddd247a7748fef503de0818293a732f6447fd92 # main
with:
published-packages: ${{ steps.changesets.outputs.publishedPackages }}
Loading