Skip to content

Bump certifi from 2024.6.2 to 2024.7.4 in /tasks/OMR-tool in the pip group across 1 directory #167

Bump certifi from 2024.6.2 to 2024.7.4 in /tasks/OMR-tool in the pip group across 1 directory

Bump certifi from 2024.6.2 to 2024.7.4 in /tasks/OMR-tool in the pip group across 1 directory #167

Workflow file for this run

name: Lint (Python)
on:
pull_request:
paths:
- 'tasks/**'
jobs:
run-linter:
name: Run Lint (Tasks)
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run linter
uses: psf/black@stable
with:
options: '--check --verbose'
src: "./tasks"