Skip to content

Commit

Permalink
[CI] added license check config
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Jun 10, 2024
1 parent e2f7b7a commit c37b432
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////
//
// Copyright 2018-2023 Robonomics Network <research@robonomics.network>
// Copyright 2018-2024 Robonomics Network <research@robonomics.network>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
11 changes: 11 additions & 0 deletions .github/license-check/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"include": [
"**/*.rs"
],
"exclude": [
"vendor/**"
],
"license": "./.github/license-check/HEADER-APACHE2"
}
]
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --features try-runtime,runtime-benchmarks
args: --features runtime-benchmarks
# TODO: Temporary permit warnings, remove it later when fix
#-- -D warnings

Expand Down

0 comments on commit c37b432

Please sign in to comment.