Skip to content

Add more configurations for Github Action and remove legacy visual studio solution #4

Add more configurations for Github Action and remove legacy visual studio solution

Add more configurations for Github Action and remove legacy visual studio solution #4

Workflow file for this run

name: Repository
on: [push, pull_request]
jobs:
CheckTrailingWhiteSpaces:
name: Check trailing white spaces
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
- name: Check Whitespaces
run: |
git diff-tree --check origin/master HEAD