Skip to content

feat: add navigation-history to examples sections on sidebar #896

feat: add navigation-history to examples sections on sidebar

feat: add navigation-history to examples sections on sidebar #896

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag: v4.1.7
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # tag: v4.0.3
with:
node-version: 20
- name: Install dependencies
uses: bahmutov/npm-install@e5c7e14408aa6089501de32bd16123b41738047e # tag: v1.10.2
- name: Lint
run: yarn lint
env:
CI: true