Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
WillCodeForCats committed Jul 12, 2024
1 parent fd12f34 commit 6028477
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: HACS Action

on:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Validate with Hassfest

on:
Expand All @@ -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"
5 changes: 3 additions & 2 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
commit_user_email: nicolas.vuillamy@ox.security

0 comments on commit 6028477

Please sign in to comment.