Skip to content

Commit

Permalink
Add style checks
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuanjl committed Jan 9, 2021
1 parent b68f5c2 commit 2bb0c8d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 426 deletions.
19 changes: 19 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@ trigger:
- release/*

jobs:
- job: Style
timeoutInMinutes: 10

pool:
vmImage: 'ubuntu-latest'

steps:
- script: jenkins/check_copyright.sh
displayName: "Copyright Check"

- script: jenkins/check_ascii.sh
displayName: "Ascii Check"

- script: jenkins/check_eol.sh
displayName: "EOL Check"

- script: jenkins/check_tabs.sh
displayName: "Tab Check"

- job: CMake
timeoutInMinutes: 120
strategy:
Expand Down
Loading

0 comments on commit 2bb0c8d

Please sign in to comment.