Skip to content

ensure that sunup is always earlier than sundown #288

ensure that sunup is always earlier than sundown

ensure that sunup is always earlier than sundown #288

Workflow file for this run

name: code-style
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: set up python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Run pre-commit
uses: pre-commit/action@v2.0.0