Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

chore: add archived notice to readme #9

chore: add archived notice to readme

chore: add archived notice to readme #9

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
fmt:
name: deno fmt
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Setup repo
uses: actions/checkout@v2
- name: Setup Deno
uses: maximousblk/setup-deno@v1
- name: Setup Drake
run: deno run -A --unstable Drakefile.ts setup-github-actions
- name: Check formatting
run: drake check-format
lint:
name: deno lint
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Setup repo
uses: actions/checkout@v2
- name: Setup Deno
uses: maximousblk/setup-deno@v1
- name: Setup Drake
run: deno run -A --unstable Drakefile.ts setup-github-actions
- name: Run linter
run: drake lint