compose-action/.github/workflows/__check-nodejs.yml
Emilien Escalle 43ee4ae897 ci: upgrade github actions
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-04-02 10:37:31 +02:00

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 }}