diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c43cbe8..61e62e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,3 +27,9 @@ build:local: artifacts: paths: - .next/standalone.tar.gz + +build:lint: + stage: build + script: + - pnpm i + - pnpm lint