mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-10 22:53:06 +08:00
22 lines
425 B
YAML
22 lines
425 B
YAML
name: Internal - Checks for nodejs
|
|
|
|
on:
|
|
workflow_call:
|
|
|
|
permissions:
|
|
contents: read
|
|
security-events: write
|
|
id-token: write
|
|
|
|
jobs:
|
|
test-nodejs:
|
|
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.4.2
|
|
permissions:
|
|
id-token: write
|
|
security-events: write
|
|
contents: read
|
|
with:
|
|
build: ""
|
|
secrets:
|
|
codecov-token: ${{ secrets.CODECOV_TOKEN }}
|