Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztoff1 committed Jul 15, 2024
1 parent 60ac45d commit a027315
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 5 deletions.
2 changes: 1 addition & 1 deletion badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 72 additions & 3 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ export async function run(): Promise<void> {

if (errors.length) {
core.error('Missing translations')
} else {
core.info('No translations missing.')
}
} catch (error) {
if (error instanceof Error) {
Expand Down

0 comments on commit a027315

Please sign in to comment.