Skip to content

Commit

Permalink
add basic deno workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DanElliottPalmer committed Feb 10, 2024
1 parent c9ef023 commit 48d5b6e
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# name: Build it up!
# on:
name: Build it up!
on:
# # schedule:
# # - cron: '0 0 * * *'
# push:
# branches:
# - main
# jobs:
# build-and-deploy:
# concurrency: ci-${{ github.ref }}
# runs-on: ubuntu-latest
# steps:
# - name: Checkout 🛎️
# uses: actions/checkout@v3
push:
branches:
- main
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3

- name: Setup deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x

# - name: Setup Git
# run: |
Expand Down

0 comments on commit 48d5b6e

Please sign in to comment.