Add build action (WIP)
All checks were successful
/ build (push) Successful in 18s

This commit is contained in:
Pieter Vander Vennet 2025-04-27 02:08:56 +02:00
parent 2b8090a900
commit f8c1de299c

View file

@ -0,0 +1,10 @@
on: [push]
jobs:
build:
runs-on: ["ubuntu-latest","hetzner-access"]
steps:
- uses: https://source.mapcomplete.org/actions/checkout@v4
- name: "Look around"
run: ls && pwd && ls ..
shell: bash