From 3c5f954c869f1b0d106e129797480905587250f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E6=9D=89?= Date: Fri, 16 Apr 2021 10:53:42 +0800 Subject: [PATCH] archive this repo (#83) --- README.md | 59 +------------------------------------------------------ 1 file changed, 1 insertion(+), 58 deletions(-) diff --git a/README.md b/README.md index d8f7703..ab3b373 100644 --- a/README.md +++ b/README.md @@ -1,58 +1 @@ -# setup-deno - -[![GitHub Actions status](https://github.com/denolib/setup-deno/workflows/ci/badge.svg?branch=master)](https://github.com/denolib/setup-deno/actions) - -This action sets up deno environment for use in actions by: - -- optionally downloading and caching a version of deno - versioned and add to - PATH -- registering problem matchers for error output - -# Usage - -See [action.yml](action.yml) - -Basic: - -```yaml -steps: - - uses: actions/checkout@v2 - - uses: denolib/setup-deno@v2 - with: - deno-version: v1.x - - run: | - deno --version - deno run https://deno.land/std/examples/welcome.ts - deno install --allow-read -n deno_cat https://deno.land/std/examples/cat.ts - deno_cat ./README.md -``` - -Matrix Testing: - -```yaml -jobs: - build: - runs-on: ubuntu-16.04 - strategy: - matrix: - deno: ["v1.0.0", "v0.42.0", "v1.x", "v0.x", "nightly"] - name: Deno ${{ matrix.deno }} sample - steps: - - uses: actions/checkout@v2 - - name: Setup Deno - uses: denolib/setup-deno@v2 - with: - deno-version: ${{ matrix.deno }} - - run: | - deno --version - deno run https://deno.land/std/examples/welcome.ts -``` - -# License - -The scripts and documentation in this project are released under the -[MIT License](LICENSE) - -# Contributions - -Contributions are welcome! See [Contributor's Guide](docs/contributors.md) +# Move to [denoland/setup-deno](https://github.com/denoland/setup-deno)