]> git.giorgioravera.it Git - mercedes_me_api.git/commitdiff
Removed one git action
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 19 Dec 2022 23:10:45 +0000 (00:10 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 19 Dec 2022 23:10:45 +0000 (00:10 +0100)
.github/workflows/formatting.yaml [deleted file]

diff --git a/.github/workflows/formatting.yaml b/.github/workflows/formatting.yaml
deleted file mode 100644 (file)
index c4ec00a..0000000
+++ /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 }}