diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad21ea9..a715d78 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -name: CI/CD - Run lint and formatting checkout +name: CI/CD - Linter, formatter and tests on: push: @@ -10,7 +10,7 @@ on: - synchronize jobs: - lint-and-format: + lint-format-and-test: runs-on: [self-hosted] timeout-minutes: 10