Skip to content

Commit b68b21e

Browse files
authored
Merge pull request #13 from lambdalisue/add-hosting-services
👍 Add hosting services
2 parents dfd4f4e + 8566a48 commit b68b21e

File tree

8 files changed

+572
-82
lines changed

8 files changed

+572
-82
lines changed

.github/workflows/test.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
check:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- uses: denoland/setup-deno@v1
2020
with:
2121
deno-version: ${{ env.DENO_VERSION }}
@@ -30,7 +30,9 @@ jobs:
3030
test:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
34+
with:
35+
fetch-depth: 0
3436
- uses: denoland/setup-deno@v1
3537
with:
3638
deno-version: ${{ env.DENO_VERSION }}

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@
55
[![Test](https://github.com/lambdalisue/deno-git-browse/workflows/Test/badge.svg)](https://github.com/lambdalisue/deno-git-browse/actions?query=workflow%3ATest)
66

77
Open the URL of the hosting service for the repository using the system web
8-
browser.
8+
browser. The following hosting services are currently supported:
9+
10+
- GitHub (https://github.com)
11+
- GitLab (https://gitlab.com)
12+
- Bitbucket (https://bitbucket.org)
13+
14+
See [./hosting_service/services](./hosting_service/services) and create a PR to
15+
support more hosting services.
916

1017
## Usage
1118

0 commit comments

Comments
 (0)