Skip to content

Commit

Permalink
Package information and mods
Browse files Browse the repository at this point in the history
  • Loading branch information
nahuelhds committed Jan 13, 2024
1 parent 1f59af8 commit e794f5c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This is a comment.
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.

* @nahuelhds
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ need to perform some initial setup steps before you can develop your action.
1. :building_construction: Package the TypeScript for distribution

```bash
npm runAction bundle
npm run bundle
```

1. :white_check_mark: Run the tests
Expand Down Expand Up @@ -121,7 +121,7 @@ So, what are you waiting for? Go ahead and start customizing your action!
1. Format, test, and build the action

```bash
npm runAction all
npm run all
```

> [!WARNING]
Expand Down Expand Up @@ -200,7 +200,7 @@ steps:
- name: Test Local Action
id: test-action
uses: actions/typescript-action@v1 # Commit with the `v1` tag
uses: nahuelhds/rss-entries-fecth-action@v1 # Commit with the `v1` tag
with:
milliseconds: 1000

Expand Down
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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"node": ">=20"
},
"scripts": {
"bundle": "npm run format:write && npm run lint && npm test && npm run package",
"bundle": "npm run format:write && npm run package",
"ci-test": "jest",
"coverage": "make-coverage-badge --output-path ./badges/coverage.svg",
"format:write": "prettier --write **/*.ts",
Expand Down

0 comments on commit e794f5c

Please sign in to comment.