GetMoarFediverse/.github/workflows/build.yml
2022-12-15 19:24:58 -03:00

14 lines
219 B
YAML

name: build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build things
shell: pwsh
run: |
docker build .