mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-11 19:06:43 +00:00
Compare commits
3 Commits
improve_re
...
add_anothe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b007aaadaa | ||
|
|
084daf99a8 | ||
|
|
8b162a5755 |
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
@@ -46,6 +46,19 @@ jobs:
|
|||||||
deno install --allow-net -n deno_curl https://deno.land/std@0.198.0/examples/curl.ts
|
deno install --allow-net -n deno_curl https://deno.land/std@0.198.0/examples/curl.ts
|
||||||
deno_curl https://deno.land/std@0.198.0/examples/curl.ts
|
deno_curl https://deno.land/std@0.198.0/examples/curl.ts
|
||||||
|
|
||||||
|
test-not-local:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Setup Deno
|
||||||
|
# install the extension from this repo using the current commit hash
|
||||||
|
uses: denoland/setup-deno@${{github.sha}}
|
||||||
|
with:
|
||||||
|
deno-version: 1.x
|
||||||
|
|
||||||
|
- name: Test Deno
|
||||||
|
run: deno -V
|
||||||
test-version-file:
|
test-version-file:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "setup-deno",
|
"name": "setup-deno",
|
||||||
"description": "Set up Deno easially in GitHub Actions",
|
"description": "Set up Deno easially in GitHub Actions",
|
||||||
"version": "1.4.1",
|
"version": "1.5.0",
|
||||||
"author": "Deno Land Inc",
|
"author": "Deno Land Inc",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
Reference in New Issue
Block a user