Skip to content

fix: Linter and Test #10

fix: Linter and Test

fix: Linter and Test #10

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:

Check failure on line 18 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
- 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