diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 09:52:38 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 09:52:38 +0300 |
commit | f48ae766218ab1b2871dc8c71b54cdc2c3d0151f (patch) | |
tree | 2f978bc5ec7ebeec6774b9ee73cca52eb61ec951 | |
parent | README: badges for all workflows (diff) | |
download | linux-status-f48ae766218ab1b2871dc8c71b54cdc2c3d0151f.tar.gz linux-status-f48ae766218ab1b2871dc8c71b54cdc2c3d0151f.zip |
workflows/test: linting
-rw-r--r-- | .github/workflows/test.yml | 2 |
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 |