From 7ac1c24be1ef7169b3fa9b747c51eab02a076664 Mon Sep 17 00:00:00 2001 From: Sietse Snel Date: Fri, 24 May 2024 17:41:24 +0200 Subject: [PATCH] Github Actions: update main workflow name It also runs tests, in addition to linting. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 21180f2..8cb389b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,5 @@ --- -name: "Python" +name: "Lint and run tests" on: pull_request: @@ -10,7 +10,7 @@ on: - '**' jobs: - lint: + job: runs-on: ubuntu-22.04 strategy: matrix: