Skip to content

Commit

Permalink
ci: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbrignon committed Jun 23, 2024
1 parent 42b70eb commit 9aeba88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ env:
PYTHON_VERSION: '3.12'

jobs:
lint:
name: Lint source code
flake8:
name: Flake8
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ env:
PYTHON_VERSION: '3.12'

jobs:
lint:
name: Lint source code
bandit:
name: Bandit
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 9aeba88

Please sign in to comment.