Format all files with prettier VSCode plugin and add yamllint in CI #413

Merged
pat-s merged 10 commits from format-files into main 2023-03-28 21:18:23 +00:00
Showing only changes of commit 66fc2fe7a9 - Show all commits

View File

@ -40,6 +40,12 @@ steps:
- make readme
- git diff --exit-code --name-only README.md
- name: yaml lint
pull: always
image: cytopia/yamllint:alpine-1
commands:
- yamllint -f colored .
- name: discord
pull: always
image: appleboy/drone-discord:1.2.4