From 33788410b3f13c81a8e44d5b653f363699ffc03b Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Fri, 20 Mar 2020 11:15:40 -0400 Subject: [PATCH] Update deno.yml --- .github/workflows/deno.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index b39b91911..7ec52cfcd 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -21,16 +21,9 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project. + + - name: Setup project + run: cp config.ts.example config.ts - name: Setup Deno environment uses: denolib/setup-deno@v1.2.0