-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
30 lines (25 loc) · 809 Bytes
/
Copy pathaction.yml
File metadata and controls
30 lines (25 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: "setup-typos"
description: "Install crate-ci/typos and add it to PATH"
author: "Noai-oss"
inputs:
version:
description: "Version to install. Accepts 'latest', a version such as '1.47.1', or a release tag such as 'v1.47.1'."
required: false
default: "latest"
github-token:
description: "Token used to resolve 'latest' with an authenticated GitHub API request. Downloads use public URLs."
required: false
default: ${{ github.token }}
outputs:
version:
description: "Installed typos version without the leading 'v'."
path:
description: "Full path to the installed executable."
cache-hit:
description: "Whether typos was restored from the runner tool cache."
runs:
using: "node24"
main: "dist/index.js"
branding:
icon: "check-circle"
color: "blue"