Skip to content

Connection manager polish #22

Connection manager polish

Connection manager polish #22

name: Prettier linting
on:
pull_request:
push:
branches:
- master
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: creyD/[email protected]
with:
# Fail if differences are found
prettier_options: --list-different **/*.{js,ts}