Skip to content

fix(docx): PAPP-35228 Make the parser smart enough to extract IOCs from docx files with embedded HTML #338

fix(docx): PAPP-35228 Make the parser smart enough to extract IOCs from docx files with embedded HTML

fix(docx): PAPP-35228 Make the parser smart enough to extract IOCs from docx files with embedded HTML #338

Workflow file for this run

name: Linting
on: [pull_request]
jobs:
lint:
# Run per push for internal contributers. This isn't possible for forked pull requests,
# so we'll need to run on PR events for external contributers.
# String comparison below is case insensitive.
runs-on: ubuntu-latest
steps:
- uses: 'phantomcyber/dev-cicd-tools/github-actions/lint@main'