Skip to content

feat: add gh icon to repository #26

feat: add gh icon to repository

feat: add gh icon to repository #26

Workflow file for this run

name: Main Workflow
on: [push]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: deno fmt --check
- run: deno check .
- run: deno lint