From: Giorgio Ravera Date: Mon, 19 Dec 2022 23:10:45 +0000 (+0100) Subject: Removed one git action X-Git-Tag: v0.12~1 X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=f973f671213ddfec01628a92f73488bf4cbca8ee;p=mercedes_me_api.git Removed one git action --- 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 }}