A Whole Bunch Of Changes

This commit is contained in:
Annika Merris 2024-01-31 14:51:42 -05:00
parent eb45c2fae4
commit 0122fb76f1
11 changed files with 209 additions and 20 deletions

View file

@ -1,7 +1,14 @@
---
on: [push]
name: build
on:
push:
branches:
- main
jobs:
test:
build:
name: Build and push docker image
runs-on: docker
container: alpine:3.19
steps:
- run: echo All Good!
- name: Check out the repo
uses: actions/checkout@v4