Skip to content

Commit 0eb85d3

Browse files
committed
added a github repor for actions
1 parent 1675b84 commit 0eb85d3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: GitHub actions wf
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
validate-files:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout PR files
14+
uses: actions/checkout@v4

0 commit comments

Comments
 (0)