Remove general linter
This commit is contained in:
parent
61b6dc5c7b
commit
a736afef4d
3 changed files with 0 additions and 27 deletions
17
.github/workflows/lint.yml
vendored
17
.github/workflows/lint.yml
vendored
|
@ -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
|
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
![Ansible Status](https://github.com/realorangeone/infrastructure/workflows/Ansible/badge.svg)
|
![Ansible Status](https://github.com/realorangeone/infrastructure/workflows/Ansible/badge.svg)
|
||||||
![Terraform Status](https://github.com/realorangeone/infrastructure/workflows/Terraform/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
|
## Requirements
|
||||||
|
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
PATH=env/bin:${PATH}
|
|
||||||
|
|
||||||
set -x
|
|
||||||
|
|
||||||
yamllint -sc yamllint.yml yamllint.yml .github/
|
|
Loading…
Reference in a new issue