cdk-codepipeline-badge-notification
Version:
[](https://badge.fury.io/js/cdk-codepipeline-badge-notification) [](https://badge.fury.io/py/c
23 lines (21 loc) • 590 B
YAML
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
image:
file: .gitpod.Dockerfile
tasks:
- name: install package and check zsh and zsh plugin
init: |-
yarn gitpod:prebuild
sudo chmod +x ./.gitpod/oh-my-zsh.sh && ./.gitpod/oh-my-zsh.sh
- name: change default shell to zsh and start zsh shell
command: sudo chsh -s $(which zsh) && zsh
github:
prebuilds:
addCheck: true
addBadge: true
addLabel: true
branches: true
pullRequests: true
pullRequestsFromForks: true
vscode:
extensions:
- dbaeumer.vscode-eslint