run prettier over yml files

This commit is contained in:
João Moreno
2020-11-24 11:44:18 +01:00
parent 9a657db088
commit 7e4f90277d
39 changed files with 1755 additions and 1757 deletions

View File

@@ -4,12 +4,12 @@ on:
push:
# Currently doing this for master, but could be done for PRs as well
branches:
- 'master'
- "master"
# Only updates to these files result in changes to installed packages, so skip otherwise
paths:
- '**/package-lock.json'
- '**/yarn.lock'
- "**/package-lock.json"
- "**/yarn.lock"
jobs:
devcontainer:
@@ -38,4 +38,3 @@ jobs:
if [ "$GIT_BRANCH" == "" ]; then GIT_BRANCH=master; fi
.devcontainer/cache/build-cache-image.sh "${{ secrets.CONTAINER_IMAGE_REGISTRY }}/public/vscode/devcontainers/repos/microsoft/vscode" "${GIT_BRANCH}"