Skip to content
Snippets Groups Projects
Commit 585934ce authored by Christian Bager Bach Houmann's avatar Christian Bager Bach Houmann
Browse files

Merge branch 'dev' into safeTitle-var

parents e8c2cf44 b31e2af7
No related merge requests found
name: Release
on: push
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Deno
uses: denolib/setup-deno@v2
with:
deno-version: v1.x
- name: Install dependencies
run: |
npm ci
npm run build --if-present
- name: Run tests
run: |
npm run test
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment