Skip to content

Commit 13028ef

Browse files
authored
Create shellup.yml
1 parent 2cb571a commit 13028ef

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: up Shell
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
jobs:
8+
update-repo:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout repository
12+
uses: actions/checkout@v2
13+
14+
- name: test shell
15+
run: |
16+
bash ./script.sh

0 commit comments

Comments
 (0)