mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Update deno.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user