mirror of
https://github.com/g3rv4/GetMoarFediverse.git
synced 2024-11-25 00:53:29 +01:00
16 lines
257 B
YAML
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 .
|