-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
author Tim Paine <t.paine154@gmail.com> 1652551508 -0400 committer Tim Paine <t.paine154@gmail.com> 1653690270 -0400 move CI/CD process to GitHub Actions, allow for some additional configuration of which subsets of python builds to do
- Loading branch information
Showing
35 changed files
with
2,411 additions
and
945 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
# CI/CD | ||
.github/workflows/*.yml @timkpaine | ||
|
||
# Jupyter | ||
packages/perspective-jupyterlab @timkpaine @sc1f | ||
|
||
# Python | ||
python/perspective @timkpaine @sc1f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" |
Oops, something went wrong.