Skip to content

πŸƒ Increase the waiting time for url input #25

πŸƒ Increase the waiting time for url input

πŸƒ Increase the waiting time for url input #25

Workflow file for this run

name: Deno lint
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v3
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Run linter
run: deno lint