Skip to content

Commit

Permalink
Fix Readme.md spacing and add linting to ensure it remains (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler authored Aug 10, 2023
1 parent 14a9a21 commit 1acf83d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# On push, run the action-wporg-validator workflow.
name: WP.org Validator
name: Lint and 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
wporg-validation:
name: WP.org Validator
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# WP SAML Auth #
**Contributors:** [getpantheon](https://profiles.wordpress.org/getpantheon/), [danielbachhuber](https://profiles.wordpress.org/danielbachhuber/), [outlandish-josh](https://profiles.wordpress.org/outlandish-josh/), [jazzs3quence](https://profiles.wordpress.org/jazzs3quence/)
**Tags:** authentication, SAML
**Requires at least:** 4.4
**Tested up to:** 6.2
**Requires PHP:** 7.3
**Stable tag:** 2.1.4-dev
**License:** GPLv2 or later
**Contributors:** [getpantheon](https://profiles.wordpress.org/getpantheon/), [danielbachhuber](https://profiles.wordpress.org/danielbachhuber/), [outlandish-josh](https://profiles.wordpress.org/outlandish-josh/), [jazzs3quence](https://profiles.wordpress.org/jazzs3quence/)
**Tags:** authentication, SAML
**Requires at least:** 4.4
**Tested up to:** 6.2
**Requires PHP:** 7.3
**Stable tag:** 2.1.4-dev
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

SAML authentication for WordPress.
Expand Down

0 comments on commit 1acf83d

Please sign in to comment.