harupy / find-trailing-whitespace

No traling whitespace

Home Page:https://github.com/marketplace/actions/find-trailing-whitespace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

#2

Test Locally

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

About

No traling whitespace

https://github.com/marketplace/actions/find-trailing-whitespace

License:MIT License


Languages

Language:Shell 76.3%Language:Dockerfile 23.7%