Skip to content

GitHub Action for checking trailing spaces Markdown files

License

Notifications You must be signed in to change notification settings

ocular-d/trailing-spaces

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Trailing Spaces

GitHub Action for finding trailing spaces in Markdown
Explore the docs »

Report Bug · Request Feature

Table of Contents

About

GitHub Action for finding trailing spaces in Markdown.

This action is based on find-trailing-spaces.

Differences

  • Bash script validated with ShellCheck
  • Uses non-root user
  • Based on 'official' Docker Alpine Image
  • Dockerfile validated with hadolint
  • Checks only Markdown files

Usage

Add the a workflow file in your repository: .github/workflows/trailing-spaces.yml.

name: Example

on: push

jobs:
  example:
    name: Find Trailing Whitespace
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: ocular-d/trailing-spaces@main

Contributing

We are a community effort, and everybody is most welcome to participate!

Be it filing bugs, formulating enhancements, creating pull requests, or any other means of contribution, we encourage contributions from everyone.

License

Distributed under the MIT license.

Credits

About

GitHub Action for checking trailing spaces Markdown files

Resources

License

Stars

Watchers

Forks

Packages

No packages published