Skip to content

feat: Support multiple --include and --exclude args, and persist them to deno.json #186

feat: Support multiple --include and --exclude args, and persist them to deno.json

feat: Support multiple --include and --exclude args, and persist them to deno.json #186

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: test-action
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Deploy to Deno Deploy
uses: ./
with:
project: happy-rat-64
root: examples
entrypoint: hello.ts
import-map: ./import_map.json