From a736afef4db084d23616dc5c5cafdbd2a2f906bb Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 22 Feb 2020 21:09:24 +0000 Subject: [PATCH] Remove general linter --- .github/workflows/lint.yml | 17 ----------------- README.md | 1 - scripts/lint.sh | 9 --------- 3 files changed, 27 deletions(-) delete mode 100644 .github/workflows/lint.yml delete mode 100755 scripts/lint.sh diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml deleted file mode 100644 index 75af32b..0000000 --- a/.github/workflows/lint.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Lint - -on: [push] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: Set up Python 3.7 - uses: actions/setup-python@v1 - with: - python-version: 3.7 - - name: Install dependencies - run: ./scripts/setup.sh - - name: Run linters - run: ./scripts/lint.sh diff --git a/README.md b/README.md index 476e56a..0c01bb1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ ![Ansible Status](https://github.com/realorangeone/infrastructure/workflows/Ansible/badge.svg) ![Terraform Status](https://github.com/realorangeone/infrastructure/workflows/Terraform/badge.svg) -![Generic Linting](https://github.com/realorangeone/infrastructure/workflows/Lint/badge.svg) ## Requirements diff --git a/scripts/lint.sh b/scripts/lint.sh deleted file mode 100755 index 1e2b808..0000000 --- a/scripts/lint.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env bash - -set -e - -PATH=env/bin:${PATH} - -set -x - -yamllint -sc yamllint.yml yamllint.yml .github/