Skip to content

Commit

Permalink
Remove Dockerfile and tooling
Browse files Browse the repository at this point in the history
We're not planning to wrap this tooling up in docker as of yet.
  • Loading branch information
ghickman committed Oct 31, 2023
1 parent 3c727e1 commit 0ab5f0e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 30 deletions.
14 changes: 0 additions & 14 deletions .dockerignore

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,3 @@ jobs:
# env: # Add environment variables required for tests
run: |
just test
lint-dockerfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0
with:
failure-threshold: error
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,3 @@ repos:
- id: check-toml
- id: check-yaml
- id: detect-private-key

- repo: https://github.com/stratasan/hadolint-pre-commit
rev: cdefcb0
hooks:
- id: hadolint
3 changes: 0 additions & 3 deletions Dockerfile

This file was deleted.

0 comments on commit 0ab5f0e

Please sign in to comment.