Skip to content

Commit

Permalink
add CI checker
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia committed Aug 15, 2024
1 parent 880a77d commit efc3e92
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ on:
workflow_dispatch:

jobs:
# Check license header
license-header-check:
runs-on: ubuntu-20.04
name: Check License Header
steps:
- uses: actions/checkout@v4
- uses: korandoru/hawkeye@v5

# Check crate compiles
linux-build-lib:
name: cargo check
Expand Down

0 comments on commit efc3e92

Please sign in to comment.