Skip to content

Commit

Permalink
docs(misc): fix indentation in bitbucket pipeline (nrwl#11225)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiagatra authored Jul 22, 2022
1 parent 13354e5 commit 89e0fef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/shared/monorepo-ci-bitbucket-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ pipelines:
pull-requests:
'**':
- step:
name: "Build and test affected apps on Pull Requests"
name: 'Build and test affected apps on Pull Requests'
caches: # optional
- node
- node
script:
- npm ci
- npx nx workspace-lint
Expand All @@ -22,9 +22,9 @@ pipelines:
branches:
main:
- step:
name: "Build and test affected apps on 'main' branch changes"
name: "Build and test affected apps on 'main' branch changes"
caches: # optional
- node
- node
script:
- npm ci
- npx nx workspace-lint
Expand Down

0 comments on commit 89e0fef

Please sign in to comment.