Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Vasiliev <leopard.not.a@gmail.com>2022-02-13 00:10:01 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2022-02-13 00:10:01 +0300
commit83463d170493a41b6b93498b3299f067dfb4e43f (patch)
treea55d38f69bcb4e4d7e4ffb6b629a93bf487fbedc /.github
parent8f9034fb05fd03fa561aac6761d91a8ff2ef8389 (diff)
fix jest
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 611ed93..a6a3d09 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -38,6 +38,9 @@ jobs:
restore-keys: |
${{ runner.os }}-builder-cache-
+ - name: Check lints
+ run: yarn run lint
+
- name: Check tests
run: yarn run test