mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-11 23:23:06 +08:00
19 lines
368 B
YAML
19 lines
368 B
YAML
name: Common Continuous Integration tasks
|
|
|
|
on:
|
|
workflow_call:
|
|
|
|
jobs:
|
|
linter:
|
|
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.12.1
|
|
|
|
test-nodejs:
|
|
name: Test nodejs
|
|
needs: linter
|
|
uses: ./.github/workflows/__test-nodejs.yml
|
|
|
|
test-action:
|
|
name: Test action
|
|
needs: linter
|
|
uses: ./.github/workflows/__test-action.yml
|