Skip to content

Commit 881a78c

Browse files
Create github-actions-demo.yml
1 parent d552d1f commit 881a78c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: IITM GitHub Action
2+
3+
on: [push]
4+
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- name: 24ds1000054@ds.study.iitm.ac.in
11+
run: echo "Hello, world!"

0 commit comments

Comments
 (0)