Skip to content

group common datetime functions #6

group common datetime functions

group common datetime functions #6

Workflow file for this run

name: lint
on: [push, pull_request, workflow_dispatch]
jobs:
container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install pip dependencies
run: pip install -r requirements-dev.txt
- name: Run linting
run: ./lint.sh