diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 608afb42..a8932b69 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,3 +1,4 @@ +--- # For most projects, this workflow file will not need changing; you simply need # to commit it to your repository. # diff --git a/.github/workflows/hacs.yaml b/.github/workflows/hacs.yaml index be9077d0..b864a924 100644 --- a/.github/workflows/hacs.yaml +++ b/.github/workflows/hacs.yaml @@ -1,3 +1,4 @@ +--- name: HACS Action on: diff --git a/.github/workflows/hassfest.yaml b/.github/workflows/hassfest.yaml index abb93142..bb488ff8 100644 --- a/.github/workflows/hassfest.yaml +++ b/.github/workflows/hassfest.yaml @@ -1,3 +1,4 @@ +--- name: Validate with Hassfest on: @@ -14,5 +15,5 @@ jobs: validate: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v4" - - uses: "home-assistant/actions/hassfest@master" + - uses: "actions/checkout@v4" + - uses: "home-assistant/actions/hassfest@master" diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 7c2906df..09ce38d4 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -9,7 +9,7 @@ on: pull_request: branches: [master, main] -#env: # Comment env block if you don't want to apply fixes +# env: # Comment env block if you don't want to apply fixes # # Apply linter fixes configuration # APPLY_FIXES: all # When active, APPLY_FIXES must also be defined as environment variable (in github/workflows/mega-linter.yml or other CI tool) # APPLY_FIXES_EVENT: pull_request # Decide which event triggers application of fixes in a commit or a PR (pull_request, push, all) @@ -50,6 +50,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # ADD YOUR CUSTOM ENV VARIABLES HERE OR DEFINE THEM IN A FILE .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY DISABLE: COPYPASTE,SPELL # Uncomment to disable copy-paste and spell checks + ENABLE: PYTHON # Upload MegaLinter artifacts - name: Archive production artifacts @@ -88,4 +89,4 @@ jobs: branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }} commit_message: "[MegaLinter] Apply linters fixes" commit_user_name: megalinter-bot - commit_user_email: nicolas.vuillamy@ox.security \ No newline at end of file + commit_user_email: nicolas.vuillamy@ox.security