Skip to content

Commit

Permalink
without the workflow - kamangir/bolt#746 - no-workflow πŸͺ„
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jan 19, 2025
1 parent fe87d7a commit 08e161c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
if: "! contains(github.event.head_commit.message, 'no-workflow')"
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ pip install blue-plugin

[![pylint](https://github.com/kamangir/blue-plugin/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/blue-plugin/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/blue-plugin/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/blue-plugin/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/blue-plugin/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/blue-plugin/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/blue-plugin.svg)](https://pypi.org/project/blue-plugin/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/blue-plugin)](https://pypistats.org/packages/blue-plugin)

built by πŸŒ€ [`blue_options-4.192.1`](https://github.com/kamangir/awesome-bash-cli), based on πŸŒ€ [`blue_plugin-3.206.1`](https://github.com/kamangir/blue-plugin).
built by πŸŒ€ [`blue_options-4.192.1`](https://github.com/kamangir/awesome-bash-cli), based on πŸŒ€ [`blue_plugin-3.207.1`](https://github.com/kamangir/blue-plugin).
2 changes: 1 addition & 1 deletion blue_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} a git template for an awesome-bash-cli plugin."

VERSION = "3.206.1"
VERSION = "3.207.1"

REPO_NAME = "blue-plugin"

Expand Down

0 comments on commit 08e161c

Please sign in to comment.