13 lines
240 B
YAML
13 lines
240 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: docker
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: actions/setup-python@v5
|
|
- run: pip install git+https://git.jmsgrogan.com/jgrogan/dialann.git
|
|
|