This commit is contained in:
parent
2b8090a900
commit
f8c1de299c
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/build.yml
Normal file
10
.forgejo/workflows/build.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue