diff --git a/.github/workflows/standards-check.yaml b/.github/workflows/standards-check.yaml deleted file mode 100644 index 2aab1a4..0000000 --- a/.github/workflows/standards-check.yaml +++ /dev/null @@ -1,14 +0,0 @@ -name: Standards Check - -on: - pull_request: - types: [opened, synchronize] - branches-ignore: - - 'dependabot/**' - -jobs: - run-checks: - runs-on: infrastructure-production-toolbox-ubuntu22-2g-1cpu-x64 - - steps: - - uses: uphold/standards-check-action@v1