Skip to content

Create test.yaml

Create test.yaml #1

Workflow file for this run

on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * 4'
name: CI
jobs:
docker:
name: Docker
runs-on: macos-13-xlarge
steps:
- uses: mxschmitt/action-tmate@master