-
Notifications
You must be signed in to change notification settings - Fork 888
ci: fmt, lint and build offlinedocs #8642
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
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
4180d5c
build: lint offlinedocs with `make lint/ts`
matifali 64bb4f8
add fmt and fix directories
matifali 94b76ca
Update package.json
matifali 028d4f0
Discard changes to offlinedocs/yarn.lock
matifali a0ea2a6
fix
matifali d249f04
Merge remote-tracking branch 'origin/main' into matifali/lint-offline…
matifali 8eb0c91
sync
matifali 32c50c5
install prettier for offlinedocs
matifali c55348c
do not freeze lockfile
matifali 7b03589
clean up ci
matifali 1bdfcee
cleanup
matifali 64700c8
add seperate workflow for offlinedocs
matifali 0fcf60c
Discard changes to Makefile
matifali f5532f8
move oflinedocs to docs
matifali 052202d
refactor
matifali 612a999
clean up yarn.lock
matifali 17cb2b8
use env for node version
matifali 1639b93
merge into a single job
matifali c276c6f
move back to ci.yaml
matifali 1773d53
condition lint and fmt on offlinedocs-only
matifali 4ba3f3f
use the same action with input
matifali c80c750
rename job
matifali 8d6cf6f
fix script directory
matifali ea2f45f
fix path
matifali 83c5e89
fixup
matifali f140229
install prettier
matifali f74f495
revert
matifali 1a56086
move prettier to dev
matifali 4f57bbf
fixup
matifali b7fd11a
prettier is not being pretty
matifali 35cfbc4
prettier again
matifali 88c48ad
test
matifali b644c5c
test
matifali 468858a
test 2
matifali 37b2e0a
test 3
matifali 5fe55c1
install prettier globally
matifali 9f2157e
fix path
matifali 7083e55
try again
matifali 290e52a
setp sqlc and Go
matifali f60bb9a
add mockgen
matifali a0001a5
Update .github/workflows/ci.yaml
matifali 60445f7
Update ci.yaml
matifali b63ed5a
refactor
matifali File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will skip lint and format when we only target offlinedocs.
lint and fmt checks do not check offline docs so this was useless here