Skip to content

Bump certifi from 2024.2.2 to 2024.7.4 (#12) #29

Bump certifi from 2024.2.2 to 2024.7.4 (#12)

Bump certifi from 2024.2.2 to 2024.7.4 (#12) #29

Workflow file for this run

name: Lint
on:
workflow_call:
workflow_dispatch:
push:
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
name: Ruff
steps:
- name: Check out source
uses: actions/checkout@v3
- name: Run ruff
uses: chartboost/ruff-action@v1
with:
args: check --verbose