Skip to content

Commit

Permalink
build: fix lychee issues
Browse files Browse the repository at this point in the history
  • Loading branch information
akikanellis committed Jan 27, 2024
1 parent 867d6f5 commit 244312f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .lychee.toml

This file was deleted.

1 change: 1 addition & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ VALIDATE_ALL_CODEBASE: false
IGNORE_GENERATED_FILES: true
FILTER_REGEX_EXCLUDE: "^(\
CHANGELOG\\.md|\
package-lock\\.json|\
.+/bundle/.+\
)$"

Expand Down
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ plugins:
- prepareCmd: npm run package
- - "@semantic-release/git"
- assets:
- CHANGELOG.md
- packages/actions/action/bundle
- CHANGELOG.md
- package.json
- package-lock.json
- README.md
Expand Down

0 comments on commit 244312f

Please sign in to comment.