Skip to content

Commit

Permalink
move cspell to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesjj committed Feb 4, 2025
1 parent 340a11c commit f7c8cf1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/splunk-ta-otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,17 @@ jobs:
make -e bundle.d otelcol generate-technical-addon copy-local-build-to-ta package-ta
make -e discovery-test-ta
test-discovery:
name: test-discovery
runs-on: ubuntu-latest
needs: [setup-environment]
steps:
- name: Check out the codebase.
uses: actions/checkout@v4
sparse_checkout: packaging/technical-addon/packaging-scripts
- name: Build & Package TA
run: |
set -o pipefail
npm install -g git+https://github.com/streetsidesoftware/cspell-cli
cspell --config $CI_PROJECT_DIR/packaging/technical-addon/packaging-scripts/cspell/cspell.json --color "**/*.md" --exclude "**/agent-bundle/**"

0 comments on commit f7c8cf1

Please sign in to comment.