Skip to content

Bump certifi from 2023.11.17 to 2024.2.2 #99

Bump certifi from 2023.11.17 to 2024.2.2

Bump certifi from 2023.11.17 to 2024.2.2 #99

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: ["main"]
jobs:
lint_python:
name: Lint Python
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install Hatch
run: pip install hatch
- name: Lint
run: hatch run lint:all
typing:
name: Typing
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install Hatch
run: pip install hatch
- name: Lint
run: hatch run lint:typing
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/[email protected]