Skip to content

Commit

Permalink
New Lint & Test Workflow validating README.md (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler authored Aug 10, 2023
1 parent cb81fb9 commit 47226f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Linting & Test
on: [push]
jobs:
validate-readme-spacing:
name: Validate README Spacing
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: pantheon-systems/validate-readme-spacing@v1

0 comments on commit 47226f8

Please sign in to comment.