mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-12 03:16:42 +00:00
Compare commits
1 Commits
add_anothe
...
improve_re
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8fd2a2a29d |
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
@@ -46,19 +46,6 @@ 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.5.0",
|
"version": "1.4.1",
|
||||||
"author": "Deno Land Inc",
|
"author": "Deno Land Inc",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
Reference in New Issue
Block a user