Skip to content

Bump @types/jest from 29.5.6 to 29.5.8 #470

Bump @types/jest from 29.5.6 to 29.5.8

Bump @types/jest from 29.5.6 to 29.5.8 #470

Workflow file for this run

name: DCO
on:
pull_request:
push:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Check DCO
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip3 install -U dco-check
dco-check --verbose --exclude-emails 49699333+dependabot[bot]@users.noreply.github.com