Skip to content

Commit

Permalink
Merge pull request #211 from cbgbt/license-scan-publish
Browse files Browse the repository at this point in the history
license-scan: prepare to publish to crates.io
  • Loading branch information
cbgbt authored Oct 8, 2024
2 parents 84cfb19 + eb3fb63 commit 1e0fc9d
Show file tree
Hide file tree
Showing 6 changed files with 461 additions and 122 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test-license-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Test bottlerocket-license-scan
on:
pull_request:
branches:
- "*"
paths:
- "license-scan/**"
- ".github/workflows/test-license-scan.yml"
jobs:
build:
runs-on:
group: bottlerocket
labels: bottlerocket_ubuntu-latest_8-core
steps:
- uses: actions/checkout@v3
- run: rustup update stable
- run: cargo install cargo-deny --locked
- run: make build
working-directory: ./license-scan
Loading

0 comments on commit 1e0fc9d

Please sign in to comment.