Files
openpgpjs/.github/workflows/docs.yml
dependabot[bot] bfa569cc96 CI: Bump actions/checkout from 5 to 6 (#1944)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 14:43:12 +01:00

21 lines
307 B
YAML

name: Documentation
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: JSDoc
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
- run: npm ci --ignore-scripts
- run: npm run docs