Skip to content

Commit cd136b7

Browse files
committed
build: add test action
1 parent c8479d0 commit cd136b7

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.github/workflows/test-action.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on: [push]
2+
3+
jobs:
4+
main_job:
5+
runs-on: ubuntu-latest
6+
name: Test Action
7+
steps:
8+
- name: Checkout
9+
uses: actions/checkout@v3
10+
- name: Start Patch
11+
uses: ./
12+
with:
13+
base_path: './template/base.md'
14+
patch_path: './template/patch'
15+
output_path: './CODE_OF_CONDUCT.md'

template/base.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is the beginning of our Code of Conduct.

template/patch

Whitespace-only changes.

0 commit comments

Comments
 (0)