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

Update readme #195

Merged
merged 1 commit into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,5 @@ bazel test //...
And run the [linters/formatters](.github/workflows/ci.yaml):

```sh
trunk check
trunk fmt
pre-commit run --all-files
```
3 changes: 1 addition & 2 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ def _rules_appimage_workspace_deps():
url = "https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.gz",
)

# rules python is needed to provide the bzlmod/workspace-agnostic bazel-runfiles pip requirement for mkappimage.
# Don't forget to add the setup steps to the main WORKSPACE file! You can find them in the release notes as well.
# rules_python is needed to load py_binary and py_library rules. rules_appimage does not use pip packages outside of tests
maybe(
http_archive,
name = "rules_python",
Expand Down
Loading