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