Skip to content

Merge pull request #164 from seasonedcc/apply-schema-to-plain-functions #649

Merge pull request #164 from seasonedcc/apply-schema-to-plain-functions

Merge pull request #164 from seasonedcc/apply-schema-to-plain-functions #649

Workflow file for this run

on:
push:
branches: [main]
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected]
- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: vx.x.x
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
- name: ⚡ Run tests
run: |
deno task test
- name: 📥 Generate npm package
run: |
deno task build-npm