Go to file
liuxiaohua 939b270d72
Some checks failed
Functional Tests / Setup mark (ubuntu, 10.0.1) (push) Successful in 32m27s
Functional Tests / Setup mark (ubuntu, 11.0.0) (push) Successful in 3m26s
Functional Tests / Setup mark (ubuntu, 11.0.1) (push) Successful in 3m32s
Functional Tests / Setup mark (ubuntu, 11.1.0) (push) Successful in 4m4s
Functional Tests / Setup mark (ubuntu, 11.2.0) (push) Failing after 4m26s
Functional Tests / Setup mark (ubuntu, latest) (push) Failing after 47s
Linting / Pre-commit (push) Failing after 0s
Security / SAST (push) Failing after 0s
Labels / Maintenance (push) Failing after 0s
Release / GitHub (push) Failing after 0s
Functional Tests / Setup mark (macos, 10.0.1) (push) Has been cancelled
Functional Tests / Setup mark (macos, 11.0.0) (push) Has been cancelled
Functional Tests / Setup mark (macos, 11.0.1) (push) Has been cancelled
Functional Tests / Setup mark (macos, 11.1.0) (push) Has been cancelled
Functional Tests / Setup mark (macos, 11.2.0) (push) Has been cancelled
Functional Tests / Setup mark (macos, latest) (push) Has been cancelled
License / Maintenance (push) Failing after 0s
add url_prefix input
2024-11-08 09:29:47 +08:00
.github Bump gitleaks/gitleaks from 8.20.0 to 8.21.0 (#11) 2024-10-15 11:39:35 +09:00
src add url_prefix input 2024-11-08 09:20:07 +08:00
.gitignore Setup mark installation (#1) 2024-03-26 21:37:02 +09:00
.markdownlint.yml Setup mark installation (#1) 2024-03-26 21:37:02 +09:00
.pre-commit-config.yaml Bump gitleaks/gitleaks from 8.20.0 to 8.21.0 (#11) 2024-10-15 11:39:35 +09:00
.yamllint.yml Setup mark installation (#1) 2024-03-26 21:37:02 +09:00
action.yml add url_prefix input 2024-11-08 09:29:47 +08:00
CONTRIBUTING.md Setup mark installation (#1) 2024-03-26 21:37:02 +09:00
LICENSE Setup mark installation (#1) 2024-03-26 21:37:02 +09:00
README.md Bump gitleaks/gitleaks from 8.20.0 to 8.21.0 (#11) 2024-10-15 11:39:35 +09:00

Setup mark action

Stand With Ukraine Release functional-tests security linting

This action installs mark CLI tool.

Supported OS: Linux and macOS.

Prerequisites

The following tools have to be available on a runner prior using this GitHub action:

Inputs

- uses: fabasoad/setup-mark-action@v1
  with:
    # (Optional) mark version. Defaults to "latest".
    version: "11.2.0"

Outputs

None.