Skip to content

docs(uri): add Compared to alternatives section #21

docs(uri): add Compared to alternatives section

docs(uri): add Compared to alternatives section #21

Workflow file for this run

name: ci
on:
push:
branches: [main]
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-*'
pull_request:
branches: [main]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' && github.ref_type != 'tag' }}
permissions:
contents: write
id-token: write
jobs:
ci:
uses: coroboros/ci/.github/workflows/javascript-npm-packages.yml@v0
secrets:
NPM_CONFIG_FILE: ${{ secrets.NPM_CONFIG_FILE }}
NPM_PACKAGE_REGISTRY: ${{ secrets.NPM_PACKAGE_REGISTRY }}
NPM_PACKAGE_PROXY_REGISTRY: ${{ secrets.NPM_PACKAGE_PROXY_REGISTRY }}