Skip to content

refactor: readability attempted noise reduction #28

refactor: readability attempted noise reduction

refactor: readability attempted noise reduction #28

Workflow file for this run

name: Prettier
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: prettier
run: npx prettier --check src/**/*.ts