Skip to content

chore(docs): add snippet title. #13

chore(docs): add snippet title.

chore(docs): add snippet title. #13

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run test
- run: npm run lint