Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 297 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 297 Bytes

Valikube github actions repository

This repository contains the github actions used for deploying applications at valimail.

Lint autocorrect

  • Install prettier to lint + autocorrect the .yml files: yarn global add prettier
  • Run autocorrect: prettier ./**/*.yml --write --single-quote