Skip to content

Bump prettier from 3.0.3 to 3.2.5 #476

Bump prettier from 3.0.3 to 3.2.5

Bump prettier from 3.0.3 to 3.2.5 #476

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