Skip to content

fix: update referenced connections during rename and import (#2427) #3019

fix: update referenced connections during rename and import (#2427)

fix: update referenced connections during rename and import (#2427) #3019

Workflow file for this run

name: Format check
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
- name: yarn update
run: |
yarn
- name: check format
run: |
yarn prettier --check .