summaryrefslogtreecommitdiff
path: root/.github/workflows/whitespace-errors-check.yml
blob: 5630146baf16a5076ed4bfa1e004f2d3e9ba8256 (plain)
1
2
3
4
5
6
7
8
9
10
11
name: Whitespace Errors Check

on: [push, pull_request]

jobs:
  check:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: whitespace errors check
      run: git diff-index --check --cached 4b825dc642cb6eb9a060e54bf8d69288fbee4904