Skip to content

feat: support for body #12

feat: support for body

feat: support for body #12

Workflow file for this run

name: Run Linter
on:
push:
branches: ['main']
workflow_dispatch:
permissions:
contents: read
checks: write
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: 'Setup Repository'
uses: actions/checkout@v4
- name: 'Setup Deno'
uses: denoland/setup-deno@v2
with:
deno-version: 'v2.x'
- name: 'Run Linter'
run: deno task lint