From b0a5646d629f1ede6193dca51254fb4fe96619e9 Mon Sep 17 00:00:00 2001 From: trystan2k Date: Fri, 29 May 2020 19:00:05 +0200 Subject: [PATCH 1/2] chore(.github): explicit list files to lint --- .github/workflows/ci-workflow.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yaml b/.github/workflows/ci-workflow.yaml index 2221968..89eef56 100644 --- a/.github/workflows/ci-workflow.yaml +++ b/.github/workflows/ci-workflow.yaml @@ -12,4 +12,6 @@ jobs: steps: - uses: actions/checkout@v1 - name: Lint check - uses: azohra/shell-linter@v0.4.0 \ No newline at end of file + uses: azohra/shell-linter@v0.4.0 + with: + path: "shellcheck.sh,title.plugin.zsh" \ No newline at end of file From 3a76789a834988f189a394a5ce77faa1df0ac55f Mon Sep 17 00:00:00 2001 From: trystan2k Date: Fri, 29 May 2020 19:01:15 +0200 Subject: [PATCH 2/2] docs(readme): update documentation and bump version --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3240a84..5a23b54 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ZSH Tab Title -[![v2.0.1](https://img.shields.io/badge/version-2.0.1-brightgreen.svg)](https://github.com/trystan2k/zsh-tab-title/tree/v2.0.1) +[![v2.0.2](https://img.shields.io/badge/version-2.0.2-brightgreen.svg)](https://github.com/trystan2k/zsh-tab-title/tree/v2.0.2) ![](https://github.com/trystan2k/zsh-tab-title/workflows/CI-workflow/badge.svg) diff --git a/package.json b/package.json index 6ab8b1c..617f0f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trystan2k/zsh-tab-title", - "version": "2.0.1", + "version": "2.0.2", "description": "A zsh plugin that allows you to set a terminal header like any of PROMPT", "keywords": [ "trystan2k",