Skip to content

Add information about ydb-js-examples repository in docs #33

Add information about ydb-js-examples repository in docs

Add information about ydb-js-examples repository in docs #33

Workflow file for this run

name: Lint & Exports
on:
push:
branches: [ main ]
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
concurrency:
group: lint-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
node-version: 22
- run: npm run lint
- run: npm run attw