Skip to content

Commit

Permalink
replaced workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottGibb committed Nov 11, 2024
1 parent f2c0b11 commit 39baabe
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/Static Analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,14 @@ name: Markdownlint
on: [push, pull_request]

jobs:
markdownlint:
name: Markdownlint
Markdown_Lint_Check:
name: Markdown Lint Check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'

- name: Install markdownlint-cli
run: npm install -g markdownlint-cli

- name: Checkout code
uses: actions/checkout@v2
- name: Run markdownlint
run: |
echo "Checking Markdown files"
Expand Down

0 comments on commit 39baabe

Please sign in to comment.