Skip to content

Initial build target #28

Initial build target

Initial build target #28

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
schedule:
# Run daily at 01:34 so we get notified if CI is broken before a pull request
# is submitted.
- cron: "34 1 * * *"
jobs:
# lint:
# uses: ./.github/workflows/lint.yml
# test:
# uses: ./.github/workflows/test.yml
build:
uses: ./.github/workflows/build.yml