mirror of
https://github.com/alterware/aw-bot.git
synced 2025-10-29 15:37:01 +00:00
maint: push updates from other repo
This commit is contained in:
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@main
|
||||
|
||||
- name: Install pip
|
||||
run: |
|
||||
@@ -26,6 +26,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
pip install flake8
|
||||
|
||||
- name: Run flake8
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user