Skip to content

Fix news cron locks and fetching to work more than once per day. #48

Fix news cron locks and fetching to work more than once per day.

Fix news cron locks and fetching to work more than once per day. #48

Workflow file for this run

name: Run Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v1.42.4
- run: |
make test
make build