Skip to content

Commit 3881e49

Browse files
authored
Create test.yml (#44)
1 parent 98c1791 commit 3881e49

File tree

2 files changed

+2578
-46
lines changed

2 files changed

+2578
-46
lines changed

.github/workflows/test.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: "test"
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
8+
9+
jobs:
10+
test:
11+
runs-on: ubuntu-latest
12+
permissions: write-all
13+
steps:
14+
15+
- uses: actions/checkout@v4
16+
17+
- name: Test
18+
uses: ./
19+
id: test
20+
with:
21+
path: "README.md"
22+
23+
- name: Test content
24+
run: echo "${{ steps.test.outputs.contents }}"

0 commit comments

Comments
 (0)