Skip to content

Use 0th hour for daily intervals #243

Use 0th hour for daily intervals

Use 0th hour for daily intervals #243

Workflow file for this run

---
name: 'CI'
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
make test
make cs