fix: Remove sudo from action
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
run: sudo apt-get install python3-pip
|
run: apt-get install python3-pip
|
||||||
- name: Install Ruff
|
- name: Install Ruff
|
||||||
run: pip install ruff
|
run: pip install ruff
|
||||||
- name: Run Ruff
|
- name: Run Ruff
|
||||||
|
|||||||
Reference in New Issue
Block a user