Skip to content

feat(gui, config, text_editor): allow to use your prefered text edito… #2286

feat(gui, config, text_editor): allow to use your prefered text edito…

feat(gui, config, text_editor): allow to use your prefered text edito… #2286

Workflow file for this run

name: "Prettier"
on: [push]
jobs:
prettier_check:
name: "Prettier - Ubuntu"
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v4
with:
node-version: "16.16"
- name: npm install
run: |
npm install
- name: npm run prettier:check
run: |
npm run prettier:check