Skip to content

Commit

Permalink
Remove initial Workflow Linter v2 (#297)
Browse files Browse the repository at this point in the history
* Remove initial Workflow Linter version 2 prior to moving to it's own repo

* Remove Linter V2 CI
  • Loading branch information
joseph-flinn authored Jul 17, 2024
1 parent 676d11e commit cc4aa15
Show file tree
Hide file tree
Showing 55 changed files with 0 additions and 4,981 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/lint-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,3 @@ jobs:
- name: Test lint
working-directory: lint-workflow
run: pipenv run pytest tests


ci-lint-v2:
name: CI workflow-linter (v2)
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up Python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: "3.11"

- name: Install dependencies
working-directory: lint-workflow-v2
run: |
python -m pip install --upgrade pip
pip install pipenv
pipenv install --dev
- name: Test lint
working-directory: lint-workflow-v2
run: pipenv run pytest tests --cov=src

- name: Check type hinting
working-directory: lint-workflow-v2
run: pipenv run pytype src
7 changes: 0 additions & 7 deletions lint-workflow-v2/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions lint-workflow-v2/.yamllint.yml

This file was deleted.

24 changes: 0 additions & 24 deletions lint-workflow-v2/Pipfile

This file was deleted.

875 changes: 0 additions & 875 deletions lint-workflow-v2/Pipfile.lock

This file was deleted.

146 changes: 0 additions & 146 deletions lint-workflow-v2/README.md

This file was deleted.

71 changes: 0 additions & 71 deletions lint-workflow-v2/Taskfile.yml

This file was deleted.

32 changes: 0 additions & 32 deletions lint-workflow-v2/action.yml

This file was deleted.

Loading

0 comments on commit cc4aa15

Please sign in to comment.