Skip to content

Commit f29698c

Browse files
author
Peter Mounce
authored
Workflow autofix yaml (#200)
1 parent 3d64f81 commit f29698c

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.buildkite/local-pipeline.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
---
12
steps:
2-
- label: "Test"
3+
- label: Test
34
command: echo "Hello World"
45
env:
56
BUILDKITE_CLEAN_CHECKOUT: true
@@ -10,7 +11,7 @@ steps:
1011
view: //depot/... ...
1112
root: p4_workspace
1213
parallel: 2
13-
backup_changelists: yes
14+
backup_changelists: true
1415

1516
# - label: "Test Shared Streams"
1617
# command: echo "Hello World"
@@ -19,4 +20,4 @@ steps:
1920
# p4port: localhost:1666
2021
# p4user: banana
2122
# stream: //stream-depot/main # will checkout to ../../__stream_depot_main
22-
# share_workspace: yes
23+
# share_workspace: yes

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ repos:
4343
- id: pretty-format-json
4444
args:
4545
- --autofix
46+
- id: sort-simple-yaml
4647
- id: trailing-whitespace
4748

4849
- repo: https://github.com/syntaqx/git-hooks

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1+
---
12
language: python
23
# cache: pip # not enough installed via pip to justify
34
python:
4-
- "3.6"
5+
- '3.6'
56
os:
67
- linux
78
before_install:
89
- pip install -U pip
9-
install:
10+
install:
1011
- pip install -r ./ci/requirements.txt
1112
- pip install -r ./python/requirements.txt
1213
- ./ci/install_$TRAVIS_OS_NAME.sh

plugin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Perforce
23
description: Checks out a perforce repository instead of git.
34
author: https://github.com/ca-johnson

0 commit comments

Comments
 (0)