Skip to content

Commit

Permalink
use cspell action instead
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesjj committed Feb 4, 2025
1 parent 0060c57 commit a78986a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/splunk-ta-otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ jobs:
uses: actions/checkout@v4
with:
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/**"
- uses: streetsidesoftware/cspell-action@v6
with:
config: packaging/technical-addon/packaging-scripts/cspell/cspell.json
root: packaging/technical-addon/Splunk_TA_otel
files:
- "!**/agent-bundle/**"

0 comments on commit a78986a

Please sign in to comment.