Skip to content

DM-42418: Add an almanac, weatherm and Jira demo reports #55

DM-42418: Add an almanac, weatherm and Jira demo reports

DM-42418: Add an almanac, weatherm and Jira demo reports #55

Workflow file for this run

name: CI
"on":
merge_group: {}
pull_request: {}
push: {}
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Run pre-commit
uses: pre-commit/[email protected]