resizing and hide table support #12
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 | |
name: Example Workflow | |
jobs: | |
launchDarklyCodeReferences: | |
name: LaunchDarkly Code References | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: 11 # This value must be set if the lookback configuration option is not disabled for find-code-references. Read more: https://github.com/launchdarkly/ld-find-code-refs#searching-for-unused-flags-extinctions | |
- name: LaunchDarkly Code References | |
uses: launchdarkly/find-code-references@v2.5.7 | |
with: | |
githubToken: ${{ secrets.GITHUB_TOKEN }} | |
accessToken: ${{ secrets.LD_ACCESS_TOKEN }} | |
projKey: td-trusted-viper |