ci/.forgejo/workflows/another.yml
Vitaliy Potyarkin 9b72005398 Use unique name
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
2024-10-04 15:30:55 +03:00

20 lines
314 B
YAML

# yamllint disable rule:truthy
name: Another check
on:
workflow_call:
jobs:
another:
name: Another
runs-on: docker
container:
image: node:22-bookworm
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: |-
pwd
find ! -type d