mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
chore: add code reference lookup (#1841)
Signed-off-by: Johan Enell <johan.enell@qlik.com>
This commit is contained in:
23
.github/workflows/code-references.yml
vendored
Normal file
23
.github/workflows/code-references.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
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@v5
|
||||
with:
|
||||
fetch-depth: 11
|
||||
- name: LaunchDarkly Code References
|
||||
uses: launchdarkly/find-code-references@v2
|
||||
with:
|
||||
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
|
||||
projKey: QCS
|
||||
Reference in New Issue
Block a user