Skip to content
Snippets Groups Projects

Added checks for linters and database migrations

Merged Felix Delattre requested to merge hotfix/initial-ci into master
3 files
+ 68
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
2
image: debian:bullseye-slim
image: debian:bookworm-slim
before_script:
- apt update -y
- apt install -y git make shellcheck golang-go postgresql -y -qq
- export GOPATH="$HOME/go"
- export PATH="$PATH:$GOPATH/bin"
- go get -u github.com/mvdan/sh/cmd/shfmt
- go get -u mvdan.cc/sh/v3/cmd/shfmt
linters:
script:
Loading