Skip to content

CMDCT-3883: Adding a featuresByYear that will replace year checks around the application #2232

CMDCT-3883: Adding a featuresByYear that will replace year checks around the application

CMDCT-3883: Adding a featuresByYear that will replace year checks around the application #2232

name: Pull request pre-commit check
on: [pull_request]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files