diff options
author | Davey Shafik <davey@php.net> | 2020-10-27 08:13:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 08:13:17 +0000 |
commit | 90634621f136ac313687f4562b997db6d8c22490 (patch) | |
tree | 145a86d9758483cacced273eb28c6aa653c49760 | |
parent | 402fba2f07712105825d122b3c5cdeb99159572e (diff) | |
download | php7-mysql-shim-90634621f136ac313687f4562b997db6d8c22490.zip php7-mysql-shim-90634621f136ac313687f4562b997db6d8c22490.tar.gz php7-mysql-shim-90634621f136ac313687f4562b997db6d8c22490.tar.bz2 |
Update name of the linter workflow
-rw-r--r-- | .github/workflows/linter.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index 43fee07..7d9a605 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -1,4 +1,4 @@ -name: Testing php7-mysql-shim +name: Linting php7-mysql-shim on: [push, pull_request] env: fail-fast: true |