Skip to content

refactor: remove unnecessary hashlib in header template #5

refactor: remove unnecessary hashlib in header template

refactor: remove unnecessary hashlib in header template #5

Workflow file for this run

name: SPDX Check
on:
pull_request:
paths:
- '**/*.py'
- 'pyproject.toml'
- '.github/workflows/spdx.yml'
push:
branches:
- main
paths:
- '**/*.py'
- 'pyproject.toml'
- '.github/workflows/spdx.yml'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
check-spdx-headers:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: enarx/spdx@d4020ee98e3101dd487c5184f27c6a6fb4f88709 # master
with:
licenses: MIT