Skip to content

Cosmetic changes

Cosmetic changes #269

Workflow file for this run

name: checks
on: [push, pull_request]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Get the Repository
uses: actions/checkout@v2
- name: 'Trailing white spaces ?'
uses: harupy/find-trailing-whitespace@master