Skip to content

Add pre commit hook. Add dummy test script to pass re-usable workflow… #2

Add pre commit hook. Add dummy test script to pass re-usable workflow…

Add pre commit hook. Add dummy test script to pass re-usable workflow… #2

Workflow file for this run

on:
push:
branches:
- "**"
pull_request:
branches:
- "main"
jobs:
node_pull_request_check:
name: Node pull request check
uses: NationalLibraryOfNorway/tekst-workflows/.github/workflows/node-check.yml@main
with:
ENVIRONMENT: "stage"
NODE_VERSION: "20.18.1"
SET_ENV: true
secrets:
VAULT_URL: ${{ secrets.VAULT_URL }}
VAULT_SECRET_PATH: ${{ secrets.VAULT_SECRET_PATH }}
VAULT_ROLE_ID: ${{ secrets.VAULT_ROLE_ID }}
VAULT_SECRET_ID: ${{ secrets.VAULT_SECRET_ID }}