Skip to content

feat: automatically install Sprocket from GitHub releases. #40

feat: automatically install Sprocket from GitHub releases.

feat: automatically install Sprocket from GitHub releases. #40

Workflow file for this run

name: CI
on:
push:
branches: main
pull_request:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npx prettier . --check