markdownlint-docker/.gitea/workflows/build.yaml

18 lines
329 B
YAML
Raw Normal View History

2023-04-13 20:17:58 +00:00
name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-x86_64:
runs-on: x86_64
steps:
- name: checkout repo
uses: actions/checkout@v3
- name: build application
2023-04-13 20:29:23 +00:00
run: |
2023-04-13 20:39:03 +00:00
ls -la /var/run
2023-04-13 20:29:23 +00:00
make container-image/build CONTAINER_RUNTIME=podman