Skip to content

github: Run weekly test job #61

github: Run weekly test job

github: Run weekly test job #61

Workflow file for this run

name: Build
on:
push:
pull_request:
workflow_dispatch:
workflow_call:
schedule:
- cron: "0 6 * * 6"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: make
- run: make lint
- run: make test