Skip to content

Commit 3ee89cc

Browse files
committed
install gwp
1 parent 515e7ec commit 3ee89cc

File tree

9 files changed

+2821
-0
lines changed

9 files changed

+2821
-0
lines changed

.git-vendor-config

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This is a git-vendor config file.
2+
# For details see https://github.com/thejoshwolfe/git-vendor/blob/main/README.md#reference
3+
4+
dir=deps/git-vendor
5+
url=https://github.com/thejoshwolfe/git-vendor.git
6+
follow-branch=release
7+
commit=8cb379f5b77579bc900d8ef950702ea73c6d7d5f
8+
include=/git-vendor
9+
10+
---
11+
12+
dir=deps/gwp
13+
url=https://github.com/thejoshwolfe/gwp.git
14+
follow-branch=main
15+
commit=6dc230f65f0618626169623925d4bce6419146c7
16+
subdir=bin

.github/workflows/save-refs.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
on:
2+
# Capture common activity:
3+
push: {}
4+
delete: {}
5+
# Capture refs/pull/$N/head and refs/pull/$N/merge:
6+
pull_request:
7+
types: [opened, closed, reopened]
8+
jobs:
9+
Save-Refs:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: check out gwp
13+
uses: actions/checkout@v4
14+
with:
15+
sparse-checkout: deps/gwp
16+
- name: save refs
17+
run: deps/gwp/git-refs --remote=github-action save

deps/git-vendor/git-vendor

+1,886
Large diffs are not rendered by default.

deps/gwp/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/__pycache__/

0 commit comments

Comments
 (0)