Skip to content

Commit

Permalink
chore: correct prettier CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMendes98 committed Jan 25, 2024
1 parent 6dd9cf2 commit 7ed3d94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/prettier-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm run lint:fix
npm ci
npx nx run-many --target=lint --fix
# Commit all the changes to the PR (see note on not being able to use secrets.GITHUB_TOKEN for this)
git config user.name "heap-code[bot]"
git config user.email "${{ vars.HC_BOT }}@users.noreply.github.com"
git config user.email "heap-code-bot@users.noreply.github.com"
git remote set-url origin https://x-access-token:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git
# If the status is empty, there are no uncommitted changes
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/reusable-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,3 @@ jobs:
name: cypress-logs
path: dist/cypress/apps/frontend-e2e/
retention-days: 7

# to put everything together
checks:
runs-on: ubuntu-latest
needs: [check_simple, check_lint, check_build, check_tests, check_tests_e2e]
steps:
- run: echo OK

0 comments on commit 7ed3d94

Please sign in to comment.