Skip to content

DARMA-tasking/find-trailing-whitespace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Trailing Whitespace

Test tag License: MIT

A GitHub Action to find trailing whitespace.

GitHub Marketplace

Find Trailing Whitespace

Example

Workflow

name: Example

on: pull_request

jobs:
  example:
    name: Find Trailing Whitespace
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: harupy/find-trailing-whitespace@master

Pull Request (containing trailing whitespace)

harupy#2

Test Locally

docker build -t test .
docker run -v $(pwd):/find-trailing-whitespace test