Skip to content

Commit a9723ee

Browse files
authored
586 Reduce code length of CaseData file (#589)
* reduce code length of the casedata generation file * Add pre commit to epidata main
1 parent 8dd649e commit a9723ee

4 files changed

Lines changed: 202 additions & 668 deletions

File tree

.github/workflows/epidata_main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ on:
1919
workflow_dispatch:
2020

2121
jobs:
22+
pre-commit:
23+
runs-on: ubuntu-latest
24+
steps:
25+
- uses: actions/checkout@v3
26+
- uses: actions/setup-python@v4
27+
with:
28+
python-version: 3.8
29+
- uses: pre-commit/[email protected]
30+
2231
build-py-epidata:
2332
runs-on: ubuntu-latest
2433
container:

0 commit comments

Comments
 (0)