Skip to content

Commit

Permalink
start of workflow-refactors-2025-01-31-egux9r πŸͺ„ - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Feb 1, 2025
1 parent 50eb0c8 commit 9bdf833
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pylint
on: [push]

jobs:
build:
pylint:
runs-on: ubuntu-latest
if: "! contains(github.event.head_commit.message, 'no-workflow')"
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run: |
echo "Commit message: '${{ github.event.head_commit.message }}'"
build:
pytest:
runs-on: ubuntu-latest
if: "! contains(github.event.head_commit.message, 'no-workflow')"
strategy:
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.210.1`](https://github.com/kamangir/blue-plugin).
built by πŸŒ€ [`blue_options-4.200.1`](https://github.com/kamangir/awesome-bash-cli), based on πŸŒ€ [`blue_plugin-3.211.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.210.1"
VERSION = "3.211.1"

REPO_NAME = "blue-plugin"

Expand Down

0 comments on commit 9bdf833

Please sign in to comment.