Skip to content

Commit 520c631

Browse files
author
Alex Plischke
authored
ci: enable lint comments in pull requests (#2910)
1 parent bd45c13 commit 520c631

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/vale-linter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on: [pull_request]
33

44
jobs:
55
vale:
6-
name: runner / vale
76
runs-on: ubuntu-latest
87
steps:
98
- name: Checkout
@@ -18,4 +17,4 @@ jobs:
1817
env:
1918
# Required, set by GitHub actions automatically:
2019
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
21-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
20+
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Please see our Contributing Guidelines published on our site: https://docs.saucelabs.com/contributing
1+
See our [Contributing Guidelines](https://docs.saucelabs.com/contributing).

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
<img src="https://app.saucelabs.com/browser-matrix/saucy-docs.svg?auth=495eb49379a16a1e211eb5d27444fa76" alt= "Sauce Labs Browser Matrix"/>
1616
</p>
1717

18-
Welcome to the `sauce-docs` repository. This website contains all technical documentation about Sauce Labs and its products. This website uses [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
18+
Welcome to the `sauce-docs` repository. This website contains all technical
19+
documentation about Sauce Labs and its products and is built on top of
20+
[Docusaurus](https://docusaurus.io/), a modern static website generator.
1921

2022
**Table of Contents**
2123

@@ -34,8 +36,7 @@ Welcome to the `sauce-docs` repository. This website contains all technical docu
3436
## Prerequisites
3537

3638
- [`git`](https://git-scm.com/downloads)
37-
- [Node.js](https://nodejs.org/en/download/) `version >= 14.15.0` or above (which can be checked by running node -v). You can use nvm for managing multiple Node versions on a single machine installed
38-
- [Yarn](https://yarnpkg.com/en/) `version >= 1.22.5` (which can be checked by running yarn version). Yarn is a performant package manager for JavaScript and replaces the npm client. It is not strictly necessary but highly encouraged.
39+
- [Node.js](https://nodejs.org/en/download/) `version >= 18` or above (which can be checked by running node -v). You can use nvm for managing multiple Node versions on a single machine installed
3940
- [Docker](https://docs.docker.com/get-docker/) (optional if you want to deploy locally via a container or to test before you deploy)
4041

4142
## Installation

0 commit comments

Comments
 (0)