Small blog change and try to set up build workflow
Some checks failed
/ build (push) Failing after 0s
Some checks failed
/ build (push) Failing after 0s
This commit is contained in:
parent
a1f0dca92f
commit
9a55a16fd5
3 changed files with 13 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue