Skip to content
Merged
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
Remove redundant license-header-check CI job
  • Loading branch information
alamb committed Jun 18, 2025
commit d702bedd5788d23b3b76256783c129eba6393fc0
8 changes: 0 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ on:
workflow_dispatch:

jobs:
# Check license header
Copy link
Contributor Author

Choose a reason for hiding this comment

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

license-header-check:
runs-on: ubuntu-latest
name: Check License Header
steps:
- uses: actions/checkout@v4
- uses: korandoru/hawkeye@v6

# Check crate compiles and base cargo check passes
linux-build-lib:
name: linux build test
Expand Down