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