Skip to content

Bump tzdata from 2024.1 to 2024.2 #24

Bump tzdata from 2024.1 to 2024.2

Bump tzdata from 2024.1 to 2024.2 #24

Workflow file for this run

name: Python lint
on:
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install Ruff
run: |
python -m pip install --upgrade pip
pip install ruff
- name: Run Ruff
run: |
ruff check .