0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

make github action step more legible

This commit is contained in:
David Goodwin 2021-10-22 22:43:01 +01:00
parent fccf74af97
commit d7d53a89e5

View File

@ -3,7 +3,7 @@ name: GitHubBuild
on: [push]
jobs:
lintetc:
lint_etc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -34,7 +34,7 @@ jobs:
run: composer psalm
testsuite:
needs: [lintetc]
needs: [lint_etc]
runs-on: ubuntu-latest
strategy:
matrix: