mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-24 16:00:16 -04:00
24 lines
586 B
YAML
24 lines
586 B
YAML
name: Find LaunchDarkly flag code references
|
|
on:
|
|
push:
|
|
branches:
|
|
- "main"
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
launchDarklyCodeReferences:
|
|
name: LaunchDarkly Code References
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v6
|
|
with:
|
|
fetch-depth: 11
|
|
- name: LaunchDarkly Code References
|
|
uses: launchdarkly/find-code-references@v2
|
|
with:
|
|
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
|
|
projKey: QCS
|