Skip to content

Commit

Permalink
Update some workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
AcerP-py committed Dec 30, 2024
1 parent b37c28b commit 6c70858
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
- develop
- releases/**

name: Lint Code
name: linter
run-name: Run Linter [${{ github.sha }}]

jobs:
lint:
Expand All @@ -25,4 +26,4 @@ jobs:
python -m pip install --upgrade pip
pip install ruff
- run: |
python3 -m unittest
ruff check
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ on:
tags:
- v[0-9]*

name: release
run-name: Release ${{ github.ref_name }}

permissions:
contents: write

jobs:
release:
name: Create Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 6c70858

Please sign in to comment.