aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 09:52:38 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 09:52:38 +0300
commitf48ae766218ab1b2871dc8c71b54cdc2c3d0151f (patch)
tree2f978bc5ec7ebeec6774b9ee73cca52eb61ec951 /.github
parentREADME: badges for all workflows (diff)
downloadlinux-status-f48ae766218ab1b2871dc8c71b54cdc2c3d0151f.tar.gz
linux-status-f48ae766218ab1b2871dc8c71b54cdc2c3d0151f.zip
workflows/test: linting
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index bd96b95..cef056b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -7,10 +7,10 @@ on:
jobs:
test:
- runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
+ runs-on: ubuntu-latest
name: 'Python ${{ matrix.python-version }}'
steps:
- name: Checkout