Skip to content

Add dprint-plugin-mago #61

Add dprint-plugin-mago

Add dprint-plugin-mago #61

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@v2
with:
deno-version: v2.x
- name: Run tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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