changed indentation
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
name: pipeline
|
||||
run-name: ${{ gitea.actor }} is running script
|
||||
runs-on: ubuntu-latest
|
||||
on: [push]
|
||||
image: python:3.10
|
||||
jobs:
|
||||
# demo:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
test:
|
||||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user