From f24f52fdd4410a382a96276a11f5b4e235d3438b Mon Sep 17 00:00:00 2001 From: Dennis Burke Date: Mon, 19 Aug 2024 18:07:36 -0400 Subject: [PATCH] better name for the github action we're not building, we're linting and testing --- .github/workflows/lint_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_and_test.yml b/.github/workflows/lint_and_test.yml index 14ced37..d6e13da 100644 --- a/.github/workflows/lint_and_test.yml +++ b/.github/workflows/lint_and_test.yml @@ -4,7 +4,7 @@ name: python-textile on: [push] jobs: - build: + lint_and_test: runs-on: ubuntu-latest strategy: matrix: