14 lines
353 B
YAML
14 lines
353 B
YAML
on: [push]
|
|
|
|
jobs:
|
|
hello_world_job:
|
|
runs-on: ubuntu-latest
|
|
name: A job to say hello
|
|
steps:
|
|
- name: What the fuck
|
|
uses: actions/checkout@v2
|
|
- name: check zernitdir
|
|
run: |
|
|
ls -la /home/runner/work/Zernit/Zernit/
|
|
ls -la /home/runner/work/Zernit/Zernit/.github/custom-actions/sourcehut-layer
|
|
|