From a22080c1bcb9989a8cc58c15bb3a7fee2be33cf3 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 16 Dec 2020 01:20:26 +0000 Subject: Merge workflows --- .github/workflows/validate_direct.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/validate_direct.yml (limited to '.github/workflows/validate_direct.yml') diff --git a/.github/workflows/validate_direct.yml b/.github/workflows/validate_direct.yml deleted file mode 100644 index cdf25b5..0000000 --- a/.github/workflows/validate_direct.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Validate TCPD (direct) - -on: push - -jobs: - tcpd-ubuntu: - name: check TCPD - runs-on: ubuntu-latest - - steps: - - name: Install dependencies - run: sudo apt-get update && sudo apt-get install build-essential - shell: bash - - - name: Install Python 3.6 - uses: actions/setup-python@v2 - with: - python-version: '3.6' - - - name: Checkout code - uses: actions/checkout@v2 - - - name: Ensure clean - run: make clean - shell: bash - - - name: Build and verify - run: make test - shell: bash -- cgit v1.2.3