Skip to content

Add binary SFPU OPs - eltwise & bitwise (#56) #127

Add binary SFPU OPs - eltwise & bitwise (#56)

Add binary SFPU OPs - eltwise & bitwise (#56) #127

Workflow file for this run

name: "[post-commit] Static-check: license"
on:
workflow_dispatch:
push:
branches: ["main"]
workflow_call:
pull_request:
branches:
- "main"
jobs:
check-spdx-licenses:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.8'
cache: 'pip'
cache-dependency-path: infra/requirements-infra.txt
- name: Install infra deps
run: python -m pip install -r infra/requirements-infra.txt
- name: Check SPDX licenses
run: python -m check_copyright --verbose --dry-run --config ./infra/check_copyright_config.yaml .