android-wrapper/.forgejo/workflows/build.yml
Pieter Vander Vennet f8c1de299c
All checks were successful
/ build (push) Successful in 18s
Add build action (WIP)
2025-04-27 02:08:56 +02:00

10 lines
231 B
YAML

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