Skip to content

docs(fixes): retro corrections for the secrets terminology update #14416

docs(fixes): retro corrections for the secrets terminology update

docs(fixes): retro corrections for the secrets terminology update #14416

Workflow file for this run

# This workflow runs tests on pull requests to ensure that the code changes do not break existing functionality.
# Currently, it runs basic regressions testing of the docusaurus site.
name: test
on: pull_request
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Setup Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version-file: ".nvmrc"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test