Skip to content

Commit

Permalink
Move CI/CD process to GitHub Actions, allow for some additional
Browse files Browse the repository at this point in the history
configuration of which subsets of python builds
  • Loading branch information
timkpaine authored and texodus committed Jun 14, 2022
1 parent 88493e3 commit 4875492
Show file tree
Hide file tree
Showing 18 changed files with 2,561 additions and 258 deletions.
11 changes: 11 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

# Autoadd reviewers to this code for visibility
# CI/CD
.github/workflows/*.yml @timkpaine
azure-pipelines.yml @timkpaine

# Jupyter
packages/perspective-jupyterlab @timkpaine

# Python
python/perspective @timkpaine
6 changes: 6 additions & 0 deletions .github/dependabot.yml
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"
Loading

0 comments on commit 4875492

Please sign in to comment.