poprawa ci.yml
This commit is contained in:
BIN
.gitea/workflows/.DS_Store
vendored
Normal file
BIN
.gitea/workflows/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -1,8 +0,0 @@
|
|||||||
name: First CI
|
|
||||||
on: [push]
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Printing hello
|
|
||||||
run: echo "Hello, world"
|
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
name: First CI
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Printing hello
|
||||||
|
run: echo "Hello, world"
|
||||||
|
|||||||
Reference in New Issue
Block a user