diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 1848a4e..9a2a158 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -5,20 +5,6 @@ on: pull_request: jobs: - dco: - name: DCO in Commit Message(s) - runs-on: ubuntu-latest - steps: - - name: Get PR commits - id: 'get-pr-commits' - uses: tim-actions/get-pr-commits@master - with: - token: ${{ secrets.GITHUB_TOKEN }} - - name: Run DCO check - uses: tim-actions/dco@master - with: - commits: ${{ steps.get-pr-commits.outputs.commits }} - gitlint: name: Commit Message(s) runs-on: ubuntu-latest