8000 Add a self-test for the license copyright workflow (#34) · Algorithms-Learn/scripts@4d5e12f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d5e12f

Browse files
authored
Add a self-test for the license copyright workflow (TheAlgorithms#34)
1 parent a775dfd commit 4d5e12f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: License Copyright test
2+
on: [workflow_dispatch]
3+
jobs:
4+
test:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v4
8+
- uses: ./license-copyright
9+
with:
10+
filename: LICENSE
11+
initial_year: 2021

0 commit comments

Comments
 (0)
0