Skip to content

Commit

Permalink
chore: add migrations 31
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonsfran1165 committed Dec 26, 2024
1 parent e79552f commit 9fa59b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
contents: read

steps:
- uses: ./.github/actions/install/action.yaml
- uses: ./.github/actions/install

- uses: cardinalby/export-env-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/install/action.yaml
- uses: ./.github/actions/install

- name: Type-check
run: pnpm turbo typecheck
Expand Down

0 comments on commit 9fa59b0

Please sign in to comment.