Refactor Gitea workflow to remove redundant Python setup step
This commit is contained in:
@@ -10,10 +10,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: python:3.9-slim
|
image: python:3.9-slim
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
# DELETE the "Set up Python" step entirely
|
||||||
|
|
||||||
- name: Update README file
|
- name: Update README file
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user