mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-11 23:23:06 +08:00
13 lines
261 B
YAML
13 lines
261 B
YAML
name: Internal - Tests for nodejs
|
|
|
|
on:
|
|
workflow_call:
|
|
|
|
jobs:
|
|
test-nodejs:
|
|
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.3.2
|
|
permissions:
|
|
id-token: write
|
|
security-events: write
|
|
contents: read
|