Skip to content

init.sh: Update README and init.sh #18

init.sh: Update README and init.sh

init.sh: Update README and init.sh #18

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x # Run with latest stable Deno.
- run: deno fmt --check