Skip to content

Commit

Permalink
feat: update docs
Browse files Browse the repository at this point in the history
Signed-off-by: mbwhite <whitemat@uk.ibm.com>
  • Loading branch information
mbwhite committed Nov 24, 2023
1 parent 99d02dd commit c38aa9e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
# platforms: linux/amd64,linux/arm/v7,linux/arm64
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.onviffmqtt.outputs.tags }}
labels: ${{ steps.onviffmqtt.outputs.labels }}
tags: ${{ steps.tekton-lint.outputs.tags }}
labels: ${{ steps.tekton-lint.outputs.labels }}
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@
## Requirements

The only requirement is [node] (at least `16`).
The only requirement is [node] (at least `18`).

## Install

```sh
$ npm install -g tekton-lint
> Please note that the npmjs module was published under the former maintainer's own ID
> Please download the `tgz` and install locally
```bash
wget -qi https://github.com/IBM/tekton-lint/releases/download/v0.6.1/tekton-lint-0.6.1.tgz
npm install -g tekton-lint-0.6.1.tgz
tekton-lint --version
rm tekton-lint-0.6.1.tgz
```

## Usage
Expand Down

0 comments on commit c38aa9e

Please sign in to comment.