Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aarz-snl authored Nov 27, 2023
1 parent 4d53afa commit 278e727
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ jobs:
sudo apt-get update
sudo apt-get install yamllint
yamllint -f parsable **/*.yml
- name: Lint Markdown Files
continue-on-error: true
uses: avto-dev/markdown-lint@v1

- name: Spell Check Markdown Files
continue-on-error: true
uses: rojopolis/[email protected]

semgrep-scan:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 278e727

Please sign in to comment.