Remove general linter

This commit is contained in:
Jake Howard 2020-02-22 21:09:24 +00:00
parent 61b6dc5c7b
commit a736afef4d
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 0 additions and 27 deletions

View File

@ -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

View File

@ -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

View File

@ -1,9 +0,0 @@
#!/usr/bin/env bash
set -e
PATH=env/bin:${PATH}
set -x
yamllint -sc yamllint.yml yamllint.yml .github/