remove obsolete test.yml (runs-on python-latest label no longer exists)
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
python:
|
||||
runs-on: python-latest
|
||||
steps:
|
||||
- run: python --version
|
||||
Reference in New Issue
Block a user