Skip to content

Merge branch 'main' into miketheman/add-calver-hour #392

Merge branch 'main' into miketheman/add-calver-hour

Merge branch 'main' into miketheman/add-calver-hour #392

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
env:
FORCE_COLOR: 1
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: pip
cache-dependency-path: requirements/dev.txt
- name: Lint
run: make lint
- name: Test
run: make test