Skip to content

Commit

Permalink
Merge pull request #13 from snohio/5-test-ci
Browse files Browse the repository at this point in the history
5 test ci
  • Loading branch information
mbuchoff authored Mar 23, 2024
2 parents a263038 + 1104b95 commit c3ed434
Show file tree
Hide file tree
Showing 16 changed files with 3,402 additions and 100 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Run Basic Commands

on:
pull_request:

jobs:
run-commands:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- run: npm install --dev
- run: npm test

- run: npm install -g markdownlint-cli
- run: markdownlint src --disable MD001 MD013 MD033 MD045 MD026 MD041
Loading

0 comments on commit c3ed434

Please sign in to comment.