Skip to content

fix: Removed Property #38

fix: Removed Property

fix: Removed Property #38

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 (${{github.event.repository.name}})
uses: actions/checkout@v4
- name: Setup Deno
uses: denoland/setup-deno@v2
with:
deno-version: 'v2.x'
- name: Run Linter
run: deno task lint