From 72bd4ba53f6918e4336da8faf1da3f21c1cc83f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Ry=C5=82ko?= Date: Sun, 21 Apr 2024 14:42:30 +0200 Subject: [PATCH] Update README --- .github/workflows/ci.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d84baa8..8f1e86e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: check: ['type-check', 'format-check'] - node: ['18', '20', '22'] + node: ['18', '20'] steps: - name: Checkout diff --git a/README.md b/README.md index 8f85c7e..37edff9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # dawidrylko.com +[![Continuous Integration](https://github.com/dawidrylko/dawidrylko.com/actions/workflows/ci.yml/badge.svg)](https://github.com/dawidrylko/dawidrylko.com/actions/workflows/ci.yml) [![Continuous Deployment](https://github.com/dawidrylko/dawidrylko.com/actions/workflows/cd.yml/badge.svg)](https://github.com/dawidrylko/dawidrylko.com/actions/workflows/cd.yml) [![CodeQL](https://github.com/dawidrylko/dawidrylko.com/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/dawidrylko/dawidrylko.com/actions/workflows/github-code-scanning/codeql)