mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 14:50:48 +08:00
10 lines
192 B
YAML
10 lines
192 B
YAML
on:
|
|
push:
|
|
jobs:
|
|
another-job:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: yanhao98/composite-actions/action.yml@main
|
|
- run: |
|
|
node --version
|
|
pnpm --version |