Skip to content

chore(deps): update dependency markdownlint-cli to v0.49.0 #605

chore(deps): update dependency markdownlint-cli to v0.49.0

chore(deps): update dependency markdownlint-cli to v0.49.0 #605

name: Test action-npm-build
on:
push:
env:
node-version: "22"
app-path: "docs"
run-lint: "true"
run-test: "false"
permissions:
contents: read # for checkout
jobs:
test-npm-build:
name: test-npm-build
runs-on: ubuntu-latest
steps:
- name: checkout-local-actions
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
persist-credentials: false
- name: npm-build
uses: ./action-templates/actions/action-npm-build
with:
node-version: ${{ env.node-version }}
app-path: ${{ env.app-path }}
run-lint: ${{ env.run-lint }}
run-test: ${{ env.run-test }}