Compare commits

..

2 commits

Author SHA1 Message Date
Julien Oculi 25f81a8f1b ci: replace tree by ls because not found in runner
Some checks failed
Named workflow / test (push) Failing after 8s
2024-01-17 14:17:32 +01:00
Julien Oculi 552be1ce84 chore: add json schema for workflow 2024-01-17 14:16:50 +01:00
2 changed files with 6 additions and 1 deletions

View file

@ -10,7 +10,7 @@ jobs:
steps: steps:
- name: Debug runner (act actions path) - name: Debug runner (act actions path)
run: tree -lah /var/run/act/workflow run: ls -lah /var/run/act/workflow
# - name: Debug runner (act help) # - name: Debug runner (act help)
# run: act --help # run: act --help

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///e%3A/git.cohabit.fr/julien.oculi/test-forgejo-runner/.forgejo/workflows/demo.yaml"
}
}