Skip to content

Commit 3ca4e31

Browse files
authored
license and contributing (#35)
1 parent b404ec4 commit 3ca4e31

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name: Main
66
on:
77
push:
88
paths-ignore:
9-
- "README.md"
10-
- "CHANGELOG.md"
119
- "lib/**" # TODO: remove lib folder
10+
- "**/*.md"
11+
- "**/.*"
1212
workflow_dispatch:
1313

1414
jobs:

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Contributing
2+
3+
Find our contribution agreement [here](https://github.com/ocadotechnology/codeforlife-workspace/blob/main/CONTRIBUTING.md).

LICENSE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# License
2+
3+
Find our license [here](https://github.com/ocadotechnology/codeforlife-workspace/blob/main/LICENSE.md).

0 commit comments

Comments
 (0)