Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
roshaanbajwa committed Jun 6, 2024
1 parent 7f0c786 commit e6db96c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
trigger:
branches:
include:
- review-*
- review-*
paths:
exclude:
- CHANGELOG.md
- README.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- CHANGELOG.md
- README.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md

pool:
vmImage: 'ubuntu-latest'

steps:

- script: npm ci
displayName: 'Install'

Expand All @@ -36,4 +35,4 @@ steps:
displayName: 'Create file archive to publish'

- task: PublishBuildArtifacts@1
displayName: 'Publish files to Azure Pipelines'
displayName: 'Publish files to Azure Pipelines'

0 comments on commit e6db96c

Please sign in to comment.