Skip to content

hopefully it works

hopefully it works #9

name: Generate Tech Tree

Check failure on line 1 in .github/workflows/generate-tree.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/generate-tree.yaml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: find-repository
on:
push:
branches: [ master ]
jobs:
checkout-repository:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
find-repository:
runs-on: ubuntu-latest
scripts:
- find /
generate-tech-tree:
runs-on: ubuntu-latest
container: ghcr.io/hspsh/tech-tree:issue-10-dockerfile
steps:
- name: A
run: java -jar /app/app.jar tree.yaml > tree.svg
- name: B
run: cat tree.svg