Skip to content

fix(l10n): change discover button title #1343

fix(l10n): change discover button title

fix(l10n): change discover button title #1343

Workflow file for this run

name: CI
on: push
jobs:
build:
timeout-minutes: 5
runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
registry-url: 'https://registry.npmjs.org'
node-version: '20.11.x'
- name: Install modules
run: npm install
- name: Run CI
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
run: npm run ci