Skip to content

UIB-57 [Mention] Rename the “Hide Field“ setting in the component and documentation. #199

UIB-57 [Mention] Rename the “Hide Field“ setting in the component and documentation.

UIB-57 [Mention] Rename the “Hide Field“ setting in the component and documentation. #199

Workflow file for this run

name: Linting
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint:ci