Skip to content

Commit

Permalink
Update flows
Browse files Browse the repository at this point in the history
  • Loading branch information
torrua committed Feb 25, 2024
1 parent 8d3dd43 commit 76b1ad9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: BlackLint
name: Black

on: [push, pull_request]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint_app.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pylint App
name: Pylint

on: [push]

Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/pylint_scores.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Pylint Scores

on: [push]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
steps:
- uses: Silleellie/pylint-github-action@v1
with:
package-path: app
python-version: ${{ matrix.python-version }}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Loglan Convert

[![Pylint App](https://github.com/torrua/loglan_convert/actions/workflows/pylint_app.yml/badge.svg)](https://github.com/torrua/loglan_convert/actions/workflows/pylint_app.yml)
[![Pylint App](https://github.com/torrua/loglan_convert/actions/workflows/pylint_app.yml/badge.svg)](https://github.com/torrua/loglan_convert/actions/workflows/pylint_app.yml)
[![BlackLint](https://github.com/torrua/loglan_convert/actions/workflows/black.yml/badge.svg)](https://github.com/torrua/loglan_convert/actions/workflows/black.yml)

0 comments on commit 76b1ad9

Please sign in to comment.