Skip to content

Commit

Permalink
Remove pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Jan 4, 2024
1 parent b556fc3 commit 276cb35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 57 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Set up pip cache
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pre-commit-${{ hashFiles('**/requirements.txt') }}
restore-keys: ${{ runner.os }}-pip-
- name: Set up pre-commit cache
uses: actions/cache@v2
with:
path: ~/.cache/pre-commit
key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
restore-keys: ${{ runner.os }}-pre-commit-
- name: Install pre-commit
run: python -m pip install pre-commit
- name: Run pre-commit hooks
run: pre-commit run --all-files
- uses: hashicorp/setup-terraform@v1
- name: Check Terraform formatting
run: terraform fmt -check -recursive
Expand Down
38 changes: 0 additions & 38 deletions .pre-commit-config.yaml

This file was deleted.

0 comments on commit 276cb35

Please sign in to comment.