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 dfe5bcb commit fe87d7a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/bashtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@ name: bashtest
on: [push]

jobs:
log-commit-message:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Log commit message
run: |
echo "Commit message: '${{ github.event.head_commit.message }}'"
if [ -z "${{ github.event.head_commit.message }}" ]; then
echo "Warning: Commit message is empty or not accessible."
fi
bashtest:
runs-on: ubuntu-latest
if: "! contains(github.event.head_commit.message, 'no-workflow')"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
- name: Log commit message
run: |
echo "Commit message: '${{ github.event.head_commit.message }}'"
if [ -z "${{ github.event.head_commit.message }}" ]; then
echo "Warning: Commit message is empty or not accessible."
fi
build:
runs-on: ubuntu-latest
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.205.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.206.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.205.1"
VERSION = "3.206.1"

REPO_NAME = "blue-plugin"

Expand Down

0 comments on commit fe87d7a

Please sign in to comment.