A GitHub Action to find trailing whitespace.
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
docker build -t test .
docker run -v $(pwd):/find-trailing-whitespace test