Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro committed Jan 31, 2025
1 parent 239331b commit 5b1f237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-libraries-to-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Reusable workflow to perform updates of Dell client libraries to latest commits
name: Dell Libraries Commit Update
on: # yamllint disable-line rule:truthy
workflow_dispatch:
workflow_dispatch:

jobs:
package-update:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
# Reusable workflow to perform updates of Dell client libraries
name: Dell Libraries Release Update
on: # yamllint disable-line rule:truthy
workflow_dispatch:
repository_dispatch:
types: [latest-released-libraries]
workflow_dispatch:
repository_dispatch:
types: [latest-released-libraries]

Check failure on line 14 in .github/workflows/update-libraries.yaml

View workflow job for this annotation

GitHub Actions / Golang Validation / Yaml Lint

14:7 [indentation] wrong indentation: expected 4 but found 6

jobs:
package-update:
Expand Down

0 comments on commit 5b1f237

Please sign in to comment.