fix: a11y: move skip link anchor entry point to unique page content i… #195
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
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
permissions: | |
contents: write | |
pull-requests: write | |
name: release-please | |
jobs: | |
release-please: | |
uses: USSF-ORBIT/ussf-portal/.github/workflows/reusable-release-please.yml@main | |
with: | |
release-type: node | |
package-name: ussf-portal-client | |
secrets: inherit |