Skip to content

Shiksha API: Durable Functions Rectified Blob Index Error and Subtopi… #161

Shiksha API: Durable Functions Rectified Blob Index Error and Subtopi…

Shiksha API: Durable Functions Rectified Blob Index Error and Subtopi… #161

trigger:

Check failure on line 1 in .github/workflows/azure-pipelines.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/azure-pipelines.yml

Invalid workflow file

(Line: 1, Col: 1): Unexpected value 'trigger', (Line: 4, Col: 1): Unexpected value 'pool', (Line: 7, Col: 1): Unexpected value 'steps', (Line: 1, Col: 1): Required property is missing: jobs
- main
pool:
vmImage: 'windows-latest'
steps:
- task: CredScan@2
inputs:
toolMajorVersion: 'V2'
- task: ESLint@1
inputs:
Configuration: 'recommended'
TargetType: 'eslint'
ErrorLevel: 'warn'
- task: Semmle@1
inputs:
sourceCodeDirectory: '$(Build.SourcesDirectory)'
language: 'python'
querySuite: 'Recommended'
timeout: '1800'
ram: '16384'
addProjectDirToScanningExclusionList: true
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'Register'
verbosity: 'Verbose'
alertWarningLevel: 'High'
- task: PublishSecurityAnalysisLogs@2
inputs:
ArtifactName: 'CodeAnalysisLogs'
ArtifactType: 'Container'
AllTools: true
ToolLogsNotFoundAction: 'Standard'