10 lines
231 B
YAML
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
|