Update deno.yml

This commit is contained in:
Skillz4Killz
2020-03-20 11:15:40 -04:00
committed by GitHub
parent 6a0cfa32ec
commit 33788410b3
+2 -9
View File
@@ -22,15 +22,8 @@ jobs:
# 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