Skip to content

Code to beacon gateway position once an hour. #8

Code to beacon gateway position once an hour.

Code to beacon gateway position once an hour. #8

Workflow file for this run

name: types
on: [pull_request]
jobs:
types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: |
3.10
# 3.11
# 3.12
- name: Install Hatch
run: pipx install hatch
- name: Run mypy
run: hatch run types:check