Skip to content

logging excess deaths #970

logging excess deaths

logging excess deaths #970

Workflow file for this run

name: pre-commit
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- uses: pre-commit/[email protected]