From 85c0afa37e430f9415442d339b64549432f74825 Mon Sep 17 00:00:00 2001 From: "chingning.chen" Date: Thu, 21 Apr 2022 17:01:17 +0800 Subject: [PATCH] chore: add .gitlab-ci.yml --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..7f1d478 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +stages: + - linting + +lint: + stage: linting + script: + - flake8