Skip to content

Commit

Permalink
Merge branch 'main' into renovate/expo-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Nov 15, 2023
2 parents 29d8bfd + 0a1716c commit fa64a29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,3 @@ jobs:

- name: Typecheck
run: turbo typecheck

comment-if-failed:
if: ${{ always() }}
needs: [lint, format, typecheck]
runs-on: ubuntu-latest
steps:
- uses: juliusmarminge/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
FIXES: '{ "format": "format:fix", "lint": "lint:fix" }'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=18.18.2"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].5",
"scripts": {
"build": "turbo build",
"clean": "git clean -xdf node_modules",
Expand Down

0 comments on commit fa64a29

Please sign in to comment.