Skip to content

Commit fb751b1

Browse files
committed
add some files dev and read .txt
1 parent 3f669ac commit fb751b1

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

dev.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
11
this is js file is updated
2+
3+
name: Simple Workflow
4+
5+
on: [push] # triggers when code is pushed
6+
7+
jobs:
8+
demo-job:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout repository
12+
uses: actions/checkout@v5
13+
- name: Say Hello
14+
run: echo "Hello from GitHub Actions!"
15+

read.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
this our read file
2+
3+
this extra file

0 commit comments

Comments
 (0)