mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-10 06:33:06 +08:00
21 lines
442 B
YAML
21 lines
442 B
YAML
name: Internal - Checks for nodejs
|
|
|
|
on:
|
|
workflow_call:
|
|
|
|
permissions: {}
|
|
|
|
jobs:
|
|
test-nodejs:
|
|
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a9809af04394e66675b8644865be1ddcec02cdcd # 0.20.0
|
|
permissions:
|
|
contents: read
|
|
id-token: write
|
|
packages: read
|
|
pull-requests: write
|
|
security-events: write
|
|
with:
|
|
build: ""
|
|
test: |
|
|
{"coverage":"codecov"}
|