Docs: Comment out 'Desktop Access' in linter for v16 release #506
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dependency Review | |
on: | |
pull_request: | |
jobs: | |
dependency-review: | |
uses: gravitational/shared-workflows/.github/workflows/dependency-review.yaml@main | |
permissions: | |
contents: read | |
with: | |
allow-dependencies-licenses: 'pkg:npm/%40inkeep/widgets, pkg:npm/domain-browser' |