Skip to content

Bump pytz from 2022.7.1 to 2023.3 #486

Bump pytz from 2022.7.1 to 2023.3

Bump pytz from 2022.7.1 to 2023.3 #486

Workflow file for this run

name: Lint
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
jobs:
Lint:
name: 'Lint'
timeout-minutes: 10
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Run lint
run: ./lint.sh