mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-02 03:12:25 +01:00
CICD: Add check for accidental inclusion of GPL:ed code
This commit is contained in:
9
.github/workflows/CICD.yml
vendored
9
.github/workflows/CICD.yml
vendored
@@ -27,6 +27,15 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- run: cargo fmt -- --check
|
||||
|
||||
license_checks:
|
||||
name: License checks
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true # we especially want to perform license checks on submodules
|
||||
- run: tests/scripts/license-checks.sh
|
||||
|
||||
min_version:
|
||||
name: Minimum supported rust version
|
||||
runs-on: ubuntu-20.04
|
||||
|
Reference in New Issue
Block a user