Skip to content

feat: Pin actions to hashes #69

feat: Pin actions to hashes

feat: Pin actions to hashes #69

Workflow file for this run

name: Check Markdown and Examples
on: [push, pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with:
node-version: 'lts/*'
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- run: |
npm install
npm test