stub action

main
Bel LaPointe 2025-05-25 12:13:04 -06:00
parent 3bccaabb1d
commit 798e1a11c1
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,21 @@
name: cicd
on:
push:
branches:
- main
paths:
- 'cmd/**'
- 'src/**'
schedule:
- cron: '0 0 * * *'
jobs:
ci:
name: ci
runs-on: dind
steps:
- name: checkout
uses: actions/checkout@v3
- name: ci
run: |
bash ./build.sh

3
build.sh Normal file
View File

@ -0,0 +1,3 @@
#! /bin/bash
exit 0