From 8978545986f3bc66058932d1b6e6cd28a4ea2962 Mon Sep 17 00:00:00 2001 From: AOrthVector Date: Mon, 10 Jun 2024 20:29:45 -0500 Subject: [PATCH] Removing DCO check workaround. Signed-off-by: AOrthVector --- .github/workflows/DCO.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/DCO.yml diff --git a/.github/workflows/DCO.yml b/.github/workflows/DCO.yml deleted file mode 100644 index 6bb4f19..0000000 --- a/.github/workflows/DCO.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: DCO -on: - pull_request: - push: - branches: - - main - -jobs: - check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Setup Python 3.x - uses: actions/setup-python@v5 - with: - python-version: '3.x' - - - name: Check DCO - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - pip3 install -U dco-check - dco-check --verbose