forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (29 loc) · 945 Bytes
/
oss-history.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: OSS history check
on: pull_request
jobs:
contribs:
runs-on: ubuntu-latest
name: Check OSS history
steps:
- name: Checkout sources
uses: nrfconnect/action-checkout-west-update@main
with:
git-fetch-depth: 0
west-update-args: ''
- name: Install extra python dependencies
run: |
pip3 install west
pip3 install -r ncs/nrf/scripts/requirements-extra.txt
- name: Set upsteam
working-directory: ncs
run: |
git -C zephyr remote add upstream https://github.com/zephyrproject-rtos/zephyr
- name: Check manifest userdata
working-directory: ncs/nrf
run: |
python3 scripts/ci/check_manifest_userdata.py
- name: Check OSS history
uses: nrfconnect/action-oss-history@main
with:
workspace: 'ncs'
args: -p zephyr -p mcuboot -p hostap -p wfa-qt-control-app