ci workflow

This commit is contained in:
CrazyMax 2023-03-01 19:47:33 +01:00
parent e4d082ae93
commit 57e37d3354
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

32
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,32 @@
name: ci
on:
schedule:
- cron: '0 10 * * *'
push:
branches:
- 'master'
- 'releases/v*'
tags:
- 'v*'
pull_request:
jobs:
main:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up Docker
uses: ./
with:
version: 23.0.0