Skip to content

Migrate from python-jose to PyJWT #55

Migrate from python-jose to PyJWT

Migrate from python-jose to PyJWT #55

Workflow file for this run

# SPDX-FileCopyrightText: © 2024 Tim Weber
#
# SPDX-License-Identifier: AGPL-3.0-or-later
name: DCO Compliance Check
permissions:
contents: read
on:
pull_request:
push:
branches:
- main
jobs:
check_dco:
runs-on: ubuntu-latest
name: Check DCO Signoff
steps:
- name: Run dco-check
uses: christophebedard/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}