Skip to content

Merge branch 'main' into domain-expiration-scanner #1953

Merge branch 'main' into domain-expiration-scanner

Merge branch 'main' into domain-expiration-scanner #1953

Workflow file for this run

name: "license-check"
on:
push:
branches: [ '**' ]
jobs:
license-check:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Remove checkdmarc installed from CERT PL fork from requirements as it's not supported by liccheck
run: cp requirements.txt requirements.txt.orig; cat requirements.txt.orig | grep -v ^git+.*checkdmarc > requirements.txt
- name: Run liccheck
run: liccheck