Skip to content

chore: add licence field #76

chore: add licence field

chore: add licence field #76

Workflow file for this run

name: Deno Tests
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Deno v1.x
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Check format
run: deno fmt --check
- name: Check lint error
run: deno lint
- name: Test Module
run: deno test