GetMoarFediverse/.github/workflows/build.yml

16 lines
257 B
YAML
Raw Normal View History

name: build
2022-12-16 06:07:33 +01:00
on:
pull_request:
types: [ synchronize ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
2022-12-15 22:32:23 +01:00
- name: Build things
shell: pwsh
run: |
2022-12-15 22:32:23 +01:00
docker build .