Skip to content

Commit 9197c40

Browse files
authored
Merge pull request #224 from InsightLab/developer
Added `lint_and_test` trigger on pull requests, updated contributing links
2 parents 51827db + 2b18a16 commit 9197c40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Lint and Test
2-
on: [push]
2+
on: [push, pull_request]
33

44
jobs:
55
lint-test:

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We love your input! We want to make contributing to this project as easy
1212
We use github to host code, to track issues and feature requests,
1313
as well as accept pull requests.
1414

15-
## We Use [Github Flow](https://guides.github.com/introduction/flow/index.html)
15+
## We Use [Github Flow](https://docs.github.com/en/get-started/quickstart/github-flow)
1616
All Code Changes Happen Through Pull Requests.
1717
Pull requests are the best way to propose changes to the codebase.
1818
We actively welcome your pull requests:
@@ -75,4 +75,4 @@ When creating new modules these need to be added to the docs.
7575

7676
## References
7777
This document was adapted from <https://gist.github.com/briandk/3d2e8b3ec8daf5a27a62>,
78-
who follows the open-source contribution guidelines for [Facebook's Draft](https://github.com/facebook/draft-js/blob/a9316a723f9e918afde44dea68b5f9f39b7d9b00/CONTRIBUTING.md)
78+
who follows the open-source contribution guidelines for [Facebook's Draft](https://github.com/facebook/draft-js/blob/main/CONTRIBUTING.md)

0 commit comments

Comments
 (0)