Small blog change and try to set up build workflow
Some checks failed
/ build (push) Failing after 0s

This commit is contained in:
James Grogan 2025-03-02 20:30:29 +00:00
parent a1f0dca92f
commit 9a55a16fd5
3 changed files with 13 additions and 4 deletions

View file

@ -1,6 +1,14 @@
on: [push]
on:
push:
branches:
- main
jobs:
test:
build:
runs-on: docker
steps:
- run: echo All Good
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Setup Python
- run: pip install git+https://git.jmsgrogan.com/jgrogan/dialann.git