Skip to content

Commit

Permalink
Clean-up validation
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Jun 20, 2024
1 parent fcc291a commit f7d750c
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/validate_esphome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,32 +28,9 @@ concurrency:
cancel-in-progress: true

jobs:
setup_dependencies:
name: Setup & Cache Dependencies
runs-on: ubuntu-latest
outputs:
cache-hit-arduino: ${{ steps.cache-arduino.outputs.cache-hit }}

steps:
- name: Checkout repository
uses: actions/checkout@main

- name: Cache Arduino Dependencies
id: cache-arduino
uses: actions/cache@main
with:
path: |
~/.esphome/cache
~/.platformio/packages
~/.platformio/platforms
key: ${{ runner.os }}-arduino-${{ hashFiles('**/esphome_ard_basic.yaml') }}
restore-keys: |
${{ runner.os }}-arduino-
code_scan:
name: Code scan (YAML)
runs-on: "ubuntu-latest"
needs: setup_dependencies
steps:
- name: Checkout Code
uses: actions/checkout@main
Expand Down

0 comments on commit f7d750c

Please sign in to comment.