Skip to content

[DPE-2137] Add SBOM generation #51

[DPE-2137] Add SBOM generation

[DPE-2137] Add SBOM generation #51

Workflow file for this run

name: Lint
on:
pull_request:
workflow_call:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install tox
run: python3 -m pip install tox
- name: YAML Lint
run: tox -e lint