Skip to content

Commit

Permalink
chore(#1): py workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Apr 16, 2024
1 parent b9596be commit a367498
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/py-build.yml → .github/workflows/py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
---
name: py-build
name: py
on:
push:
branches:
Expand All @@ -29,7 +29,7 @@ on:
branches:
- master
concurrency:
group: py-build-${{ github.ref }}
group: py-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
---
name: Pylint
name: pylint
on:
push:
branches:
Expand All @@ -32,11 +32,11 @@ concurrency:
group: pylint-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
check:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit a367498

Please sign in to comment.