From 6b1b6e7566db8d5b5b738c9209a2bd1c90c5f908 Mon Sep 17 00:00:00 2001 From: michellyrds Date: Mon, 6 Jan 2025 16:54:21 -0300 Subject: [PATCH] chore: remove unnecessary files --- .checklist.yaml | 30 ------------------------------ .github/workflows/skip_lint.yml | 17 ----------------- logging.json | 0 3 files changed, 47 deletions(-) delete mode 100644 .checklist.yaml delete mode 100644 .github/workflows/skip_lint.yml delete mode 100644 logging.json diff --git a/.checklist.yaml b/.checklist.yaml deleted file mode 100644 index f0c211714..000000000 --- a/.checklist.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: quintoandar.com.br/checklist/v2 -kind: ServiceChecklist -metadata: - name: butterfree -spec: - description: >- - A solution for Feature Stores. - - costCenter: C055 - department: engineering - lifecycle: production - docs: true - - ownership: - team: data_products_mlops - line: tech_platform - owner: otavio.cals@quintoandar.com.br - - libraries: - - name: butterfree - type: common-usage - path: https://quintoandar.github.io/python-package-server/ - description: A lib to build Feature Stores. - registries: - - github-packages - tier: T0 - - channels: - squad: 'mlops' - alerts: 'data-products-reports' diff --git a/.github/workflows/skip_lint.yml b/.github/workflows/skip_lint.yml deleted file mode 100644 index 1c768a238..000000000 --- a/.github/workflows/skip_lint.yml +++ /dev/null @@ -1,17 +0,0 @@ -# This step is used only because we want to mark the runner-linter check as required -# for PRs to develop, but not for the merge queue to merge into develop, -# github does not have this functionality yet - -name: 'Skip github-actions/runner-linter check at merge queue' - -on: - merge_group: - -jobs: - empty_job: - name: 'github-actions/runner-linter' - runs-on: github-actions-developers-runner - steps: - - name: Skip github-actions/runner-linter check at merge queue - run: | - echo "Done" diff --git a/logging.json b/logging.json deleted file mode 100644 index e69de29bb..000000000