compose-action/.github/workflows/__shared-ci.yml
Emilien Escalle 1a133c6d1c ci: refactor worflows
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-03-26 12:44:32 +01:00

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