Skip to content

*: test error routing #108

*: test error routing

*: test error routing #108

Workflow file for this run

name: Formatting, Types, & Test
on: [push, pull_request]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v2.x
- run: deno fmt --check
- run: deno check prodia.ts
- run: deno test --allow-env --allow-net --allow-read --coverage
env:
PRODIA_TOKEN: ${{ secrets.PRODIA_TOKEN }}
- run: deno coverage