Add code linting to build #13

Merged
jacob1123 merged 57 commits from linting into master 2022-02-20 23:53:48 +01:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit d8e0f5a160 - Show all commits

View File

@ -8,7 +8,7 @@ steps:
image: hub.javil.eu/budgeteer:dev image: hub.javil.eu/budgeteer:dev
pull: true pull: true
commands: commands:
- task - task ci
- name: docker - name: docker
image: plugins/docker image: plugins/docker

View File

@ -63,6 +63,11 @@ tasks:
- golang-ci run - golang-ci run
- task: build - task: build
ci:
desc: Run CI build
cmds:
- task: build-prod
frontend: frontend:
desc: Build vue frontend desc: Build vue frontend
dir: web dir: web