Skip to content

Merge branch 'main' into feat/coreui-5 #4696

Merge branch 'main' into feat/coreui-5

Merge branch 'main' into feat/coreui-5 #4696

Workflow file for this run

name: Format check
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- name: yarn install
run: |
corepack enable
# try and avoid timeout errors
yarn config set httpTimeout 100000
yarn install --immutable
- name: check format
run: |
yarn prettier --check .