@@ -1,10 +1,11 @@
|
|||||||
name: Python application
|
name: Python application
|
||||||
run-name: ${{ gitea.actor }} is building the application
|
run-name: ${{ gitea.actor }} is building the application
|
||||||
on: [push]
|
on: [push]
|
||||||
|
image: python:3.10
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.10
|
||||||
|
|||||||
Reference in New Issue
Block a user