Skip to content

Try deno 1.43

Try deno 1.43 #36

Workflow file for this run

name: CI
on: push
jobs:
test:
name: CI
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v1.43
- name: Run tests
run: deno test --allow-env --allow-read=. --allow-net=api.github.com,0.0.0.0,localhost
- name: Deploy to Deno Deploy
uses: denoland/deployctl@v1
with:
project: dprint-plugins
entrypoint: main.ts