dashboard/.github/actions/init/action.yaml

9 lines
148 B
YAML
Raw Permalink Normal View History

name: Init
description: Init
runs:
2023-08-14 11:38:33 +00:00
using: composite
steps:
- uses: valitydev/action-frontend/setup@v0.1
- run: npm ci
2023-08-14 11:38:33 +00:00
shell: bash