-
Notifications
You must be signed in to change notification settings - Fork 222
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
ci: use taiki-e/install-action to install tools from binary #852
Conversation
instead of compiling from source need to wait for INFRA approval https://issues.apache.org/jira/browse/INFRA-26400 Signed-off-by: xxchan <xxchan22f@gmail.com>
- name: Check toml format | ||
run: make check-toml |
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.
Previously we only installed taplo, but didn't run it
Signed-off-by: xxchan <xxchan22f@gmail.com>
INFRA has approved the action |
run: make install-taplo-cli | ||
uses: taiki-e/install-action@v2 | ||
with: | ||
tool: taplo-cli@0.9.3 |
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.
Signed-off-by: xxchan <xxchan22f@gmail.com>
run: make cargo-sort | ||
run: cargo sort -c -w |
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.
Signed-off-by: xxchan <xxchan22f@gmail.com>
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.
Thank you @xxchan for working on this!
instead of compiling from source
need to wait for INFRA approval https://issues.apache.org/jira/browse/INFRA-26400