diff options
Diffstat (limited to '.github/workflows/validate.yml')
| -rw-r--r-- | .github/workflows/validate.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index c7be5df..849e89b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -1,10 +1,10 @@ -name: Validate TCPD (direct) +name: Validate TCPD on: push jobs: tcpd-ubuntu: - name: check TCPD + name: check TCPD (direct) runs-on: ubuntu-latest steps: @@ -29,8 +29,9 @@ jobs: shell: bash tcpd-docker: + name: check TCPD (docker) runs-on: ubuntu-latest - name: validate tcpd in docker + steps: - name: Checkout uses: actions/checkout@v2 |
