Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

speed-up commit hook #1314

Merged
merged 1 commit into from
Nov 15, 2024
Merged

speed-up commit hook #1314

merged 1 commit into from
Nov 15, 2024

Conversation

irahopkinson
Copy link
Contributor

@irahopkinson irahopkinson commented Nov 14, 2024

  • remove type checking and linting from commit hook. Only format and stylelint --fix (which actually modify files).
  • check for file changes after build, e.g. lib/papi.d.ts

This change is Reviewable

@irahopkinson irahopkinson force-pushed the faster-commit branch 3 times, most recently from 04e4633 to 5d3355b Compare November 15, 2024 00:20
- remove type checking and linting from commit hook. Only format and stylelint --fix (which actually modify files).
- check for file changes after build, e.g. `lib/papi.d.ts`
@irahopkinson irahopkinson marked this pull request as ready for review November 15, 2024 00:25
@irahopkinson irahopkinson enabled auto-merge (squash) November 15, 2024 00:26
Copy link
Member

@tjcouch-sil tjcouch-sil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm: awesome! Thank you very much for this. Will make it much less painful to develop

Reviewed 5 of 5 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved


.github/workflows/test.yml line 68 at r1 (raw file):

      - name: Verify no files changed after build
        id: verify-changed-files
        uses: tj-actions/verify-changed-files@v20

Aaay thanks TJ

@irahopkinson irahopkinson merged commit cba0e36 into main Nov 15, 2024
7 checks passed
@irahopkinson irahopkinson deleted the faster-commit branch November 15, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants