Skip to content

Commit

Permalink
✨ feat: Update badges support
Browse files Browse the repository at this point in the history
  • Loading branch information
honzabubenik committed Mar 18, 2024
1 parent bcff069 commit b963f04
Show file tree
Hide file tree
Showing 23 changed files with 454 additions and 1,275 deletions.
4 changes: 2 additions & 2 deletions cypress-process-clean-up/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ description: ''

runs:
using: 'node20'
main: '../dist/main/index.js'
post: '../dist/post/index.js'
main: './dist/main/index.js'
post: './dist/post/index.js'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
23 changes: 23 additions & 0 deletions generate-badges/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Generate Badges
description: ''

inputs:
version:
description: ''
default: ''

license:
description: ''
default: ''

coverage:
description: ''
default: ''

size:
description: ''
default: ''

runs:
using: 'node20'
main: './dist/main/index.js'
10 changes: 10 additions & 0 deletions generate-badges/dist/main/index.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions generate-badges/dist/main/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "module"
}

0 comments on commit b963f04

Please sign in to comment.