GetMoarFediverse/.github/workflows/build.yml
2022-12-16 02:07:33 -03:00

16 lines
257 B
YAML

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