From f973f671213ddfec01628a92f73488bf4cbca8ee Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Tue, 20 Dec 2022 00:10:45 +0100 Subject: [PATCH] Removed one git action --- .github/workflows/formatting.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/formatting.yaml diff --git a/.github/workflows/formatting.yaml b/.github/workflows/formatting.yaml deleted file mode 100644 index c4ec00a..0000000 --- a/.github/workflows/formatting.yaml +++ /dev/null @@ -1,26 +0,0 @@ -name: Formatting - -on: - push: - pull_request: - -jobs: - ci: - runs-on: "ubuntu-latest" - steps: - - uses: "actions/checkout@v2" - name: Download repo - with: - fetch-depth: 0 - - uses: "actions/setup-python@v2" - name: Setup Python - - uses: "actions/cache@v2" - name: Cache - with: - path: | - ~/.cache/pip - key: custom-component-ci - - uses: "KTibow/ha-blueprint@stable" - name: CI - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -- 2.47.3