Skip to content

Commit

Permalink
🔄 synced file(s) with dealroom/core-mothership (#222)
Browse files Browse the repository at this point in the history
Co-authored-by: dealroomba-app[bot] <189869926+dealroomba-app[bot]@users.noreply.github.com>
  • Loading branch information
dealroomba-app[bot] authored Dec 12, 2024
1 parent ebafef9 commit 0b63799
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/linters/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ self-hosted-runner:
- linux-64-high-mem
- gha-dev-scale-set
- gha-prod-scale-set

paths:
# Glob pattern relative to the repository root for matching files. The path separator is always '/'.
.github/workflows/lint*.{yml,yaml}:
ignore:
- input "docs-generate" is not defined in action ".+" defined at ".+". available inputs are ".+"
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
with:
github-token: ${{ steps.get_workflow_token.outputs.token }}
extensions: ${{ vars.EXTENSIONS || 'none' }}
docs-generate: false
- name: Add ignores to .prettierignore file
run: |
if [ -d ./charts ]; then
Expand Down

0 comments on commit 0b63799

Please sign in to comment.