mirror of
https://github.com/vlang/v.git
synced 2025-09-16 10:57:25 -04:00
ci: prevent adding GPL licensed code by accident.
This commit is contained in:
parent
cbd3c14e83
commit
04aab250aa
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -13,6 +13,14 @@ concurrency:
|
|||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
no-gpl-by-accident:
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: No GPL licensed code, should be added accidentally
|
||||||
|
run: |
|
||||||
|
! grep -r --exclude="*.yml" "a GPL license" .
|
||||||
|
|
||||||
code-formatting-perf-regressions:
|
code-formatting-perf-regressions:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user