Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/pr_pre-commit.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: pre-commit

on:

Check warning on line 4 in .github/workflows/pr_pre-commit.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

4:1 [truthy] truthy value should be one of [false, true]
pull_request:

env:
Expand All @@ -13,13 +13,13 @@
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

Check warning on line 16 in .github/workflows/pr_pre-commit.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

16:73 [comments] too few spaces before comment
with:
fetch-depth: 0
- uses: stackabletech/actions/run-pre-commit@9bd13255f286e4b7a654617268abe1b2f37c3e0a # v0.3.0
- uses: stackabletech/actions/run-pre-commit@9aae2d1c14239021bfa33c041010f6fb7adec815 # v0.8.2

Check failure on line 19 in .github/workflows/pr_pre-commit.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

19:81 [line-length] line too long (100 > 80 characters)

Check warning on line 19 in .github/workflows/pr_pre-commit.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

19:93 [comments] too few spaces before comment
with:
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
# rust-src is required for trybuild stderr output comparison to work
# for our cases.
# See: https://github.com/dtolnay/trybuild/issues/236#issuecomment-1620950759

Check failure on line 24 in .github/workflows/pr_pre-commit.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

24:81 [line-length] line too long (87 > 80 characters)
rust-components: rustfmt,clippy,rust-src
Loading