20 lines
314 B
YAML
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
|