Skip to content

Add import maps and import standard library from jsr #250

Add import maps and import standard library from jsr

Add import maps and import standard library from jsr #250

Workflow file for this run

name: Deno
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
- run: deno fmt --check
- run: deno lint
- run: shopt -s globstar; deno check src/**/*.ts
- run: deno test -A
env:
BACKPORTER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BACKPORTER_GITEA_FORK: GiteaBot/gitea
BACKPORTER_GITHUB_SECRET: dummy