Skip to content

Commit

Permalink
Bug 1698074, follow-up for prettier and diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Pike committed Mar 15, 2021
1 parent 5ebd22e commit 3d60ca4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ jobs:
- name: Pre-flight commit
run: git commit -am"Pre-flight flow to ts"
- name: flow-to-ts
working-directory: frontend
run: flow-to-ts --prettier --write --delete-source 'src/**/*.js'
# Git diff doesn't do anything constructive on gh actions, disable for now
# - name: Stage
# run: |
# git add frontend
# git commit -m'flow-to-ts'
# - name: flow-to-ts diff
# run: git show HEAD
run: flow-to-ts --write --delete-source 'frontend/src/**/*.js'
- name: prettier
run: npm run prettier
- name: Stage
run: |
git add frontend
git commit -m'flow-to-ts'
- name: flow-to-ts diff
run: git -c diff.renameLimit=36000 show HEAD
- name: tsc
working-directory: frontend
run: ./node_modules/.bin/tsc -b no-tsconfig.json
Expand Down

0 comments on commit 3d60ca4

Please sign in to comment.