Bump codecov/codecov-action from 3.1.4 to 4.2.0 #505
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint | |
on: [push, pull_request] | |
jobs: | |
build: | |
name: Lint add-on configuration | |
runs-on: ubuntu-latest | |
steps: | |
- name: ⤵️ Check out code from GitHub | |
uses: actions/checkout@v4 | |
- name: 🚀 Run Home Assistant Add-on Linter | |
uses: frenck/action-addon-linter@v2.15 | |
with: | |
path: "./hassio-google-drive-backup" |