Skip to content

Correct typo in 'Framework Specific Artifact Types' #988

Correct typo in 'Framework Specific Artifact Types'

Correct typo in 'Framework Specific Artifact Types' #988

Workflow file for this run

name: Check Markdown and Examples
on: [push, pull_request]
jobs:
check-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v6
with:
node-version: 'lts/*'
#cache: npm
- uses: actions/checkout@v6
- run: |
npm install
npm list
npm test