Skip to content

Commit 70c7f6c

Browse files
authored
Create blank.yml
1 parent bd90697 commit 70c7f6c

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/blank.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: CI
2+
on:
3+
push:
4+
branches: [ "main" ]
5+
pull_request:
6+
branches: [ "main" ]
7+
8+
workflow_dispatch:
9+
10+
jobs:
11+
build:
12+
runs-on: [ubuntu-latest, uts-2core]
13+
14+
steps:
15+
- uses: actions/checkout@v4
16+
- name: Run a one-line script
17+
run: echo Hello, world!
18+
- name: Run a multi-line script
19+
run: |
20+
echo Add other actions to build,
21+
echo test, and deploy your project.

0 commit comments

Comments
 (0)