sthope 55f3e64db9
All checks were successful
OGX-Mini / OGX-Mini (OGX-Mini, PI_PICO) (push) Successful in 7s
OGX-Mini / OGX-Mini (OGX-Mini, PI_PICOW) (push) Successful in 6s
first commit
2025-03-18 19:26:51 +01:00

20 lines
385 B
YAML
Executable File

name: OGX-Mini
on:
push:
schedule:
- cron: "0 6 * * SUN"
jobs:
ogx_mini:
name: OGX-Mini
runs-on: ubuntu-latest
strategy:
matrix:
target: [PI_PICO, PI_PICOW]
project_name: [OGX-Mini]
steps:
- uses: actions/checkout@v4
- name: Docker Build
run: docker build -t github_gitea_checker -f Dockerfile .