Skip to content

Commit

Permalink
build(ncc)!: build index.js with ncc (#24)
Browse files Browse the repository at this point in the history
* test(linter)!: new version 1.3.2

* Clean build rubbish

* build(ncc)!: build index.js with ncc
  • Loading branch information
luabida authored Dec 14, 2022
1 parent 0427dbe commit 4ded6e5
Show file tree
Hide file tree
Showing 7 changed files with 10,441 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v3

- name: Semantic Release PR Title Check
uses: osl-incubator/[email protected].0
uses: osl-incubator/[email protected].1
with:
convention-name: conventionalcommits
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3

- name: Semantic Release PR Title Check
uses: osl-incubator/[email protected].0
uses: osl-incubator/[email protected].1
with: #Optional
convention-name: conventionalcommits #Default: angular
```
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ branding:

runs:
using: 'node16'
main: 'dist/main.js'
main: 'dist/index.js'
Loading

0 comments on commit 4ded6e5

Please sign in to comment.