Skip to content

Commit

Permalink
fix(deno): update step
Browse files Browse the repository at this point in the history
  • Loading branch information
Indyandie committed Oct 21, 2024
1 parent b8f1221 commit 2f49e90
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,15 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Setup repo
uses: actions/checkout@v4

- name: Checkout your repository using git
uses: actions/checkout@v2
- name: Setup Deno
uses: denoland/setup-deno
with:
deno-version: v2.x

- name: Run install
run: deno install

- name: Run Build
run: deno run -A build

Expand Down

0 comments on commit 2f49e90

Please sign in to comment.