Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
s
  • Loading branch information
sylc authored Dec 20, 2021
1 parent 5e0ac8b commit bb0946c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
steps:
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
Expand Down

0 comments on commit bb0946c

Please sign in to comment.