mirror of
https://github.com/YACReader/yacreader
synced 2025-07-24 16:05:01 -04:00
Extract code format validation to its own job
It makes no sense to start building things if code validation is going to fail.
This commit is contained in:
@ -10,7 +10,7 @@ parameters:
|
||||
|
||||
jobs:
|
||||
- job: ${{ parameters.name }}
|
||||
dependsOn: Initialization
|
||||
dependsOn: CodeFormatValidation
|
||||
pool:
|
||||
vmImage: 'vs2017-win2016'
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user