Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.1 KB

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