Skip to content

Commit 76335bb

Browse files
committed
docs: Updated links and added more details
1 parent da78baa commit 76335bb

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ The resulting commit will be signed and verified using
2222
> Using this Action with your own [Personal Access Token (PAT)] is **not** recommended.
2323
> See [limitations](#limitations) for more details.
2424
25+
This action supports Linux, macOS and Windows runners (results may vary with
26+
self-hosted runners).
27+
2528
## Quick Start
2629

2730
```yaml
@@ -97,7 +100,8 @@ and [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import
97100
> Since this is a TypeScript action you **must** transpile it into native
98101
> JavaScript. This is done for you automatically as part of the `npm run all`
99102
> command and will be validated via the
100-
> [`check-dist.yml`](.github/workflows/check-dist.yml) Workflow in any PR.
103+
> [`check-dist.yml`](https://github.com/IAreKyleW00t/verified-bot-commit/actions/workflows/check-dist.yml)
104+
> Workflow in any PR.
101105

102106
1. ⚙️ Install the version of [Node.js](https://nodejs.org/en) as defined in the
103107
[`.node-version`](.node-version).
@@ -109,13 +113,13 @@ and [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import
109113
asdf install
110114
```
111115

112-
1. 🛠️ Install dependencies
116+
2. 🛠️ Install dependencies
113117

114118
```sh
115119
npm install
116120
```
117121

118-
1. 🏗️ Format, lint, and package your code changes.
122+
3. 🏗️ Format, lint, and package your code changes.
119123

120124
```sh
121125
npm run all

0 commit comments

Comments
 (0)