Skip to content

chore: Update Deno version to v1.43.x in GitHub workflows #46

chore: Update Deno version to v1.43.x in GitHub workflows

chore: Update Deno version to v1.43.x in GitHub workflows #46

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
linting:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/[email protected]
with:
deno-version: v1.43.x # Run with latest stable Deno.
- name: Check format
run: deno fmt --check
- name: Run Linter
run: deno lint