You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/about/contributing.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,20 @@ This will run all the code quality checks and the tests. Tools used for Otary de
91
91
92
92
For a fine-grained control on checks and tests, you can take a look at the `Makefile` at the root of the repository.
93
93
94
+
## Contribute to CI/CD pipelines
95
+
96
+
If you want to contribute to CI/CD pipelines you are welcome!
97
+
98
+
I encourage you to try and adopt the tool named [`act`](https://github.com/nektos/act) forthis purposein order to iterate more quickly by executing GitHub Actions locally.
99
+
100
+
You can selectthejobs you want to run by executing the following commandfor example:
101
+
102
+
```bash
103
+
act -j check
104
+
```
105
+
106
+
This way you would be executing the check job only locally.
107
+
94
108
### Interactive Jupyter Notebook development
95
109
96
110
Since Otary is a image and geometry processing library, **having a visual interface to play with is a must**.
0 commit comments