Skip to content

🐞 formtarget attribute on button is optional #10

🐞 formtarget attribute on button is optional

🐞 formtarget attribute on button is optional #10

Workflow file for this run

name: Verify
on:
push:
branches: main
pull_request:
branches: main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: format
run: deno fmt --check
- name: lint
run: deno lint
- name: test
run: deno test