Skip to content

build(deps): bump @data-driven-forms/react-form-renderer from 3.20.9 to 3.20.13 #553

build(deps): bump @data-driven-forms/react-form-renderer from 3.20.9 to 3.20.13

build(deps): bump @data-driven-forms/react-form-renderer from 3.20.9 to 3.20.13 #553

Workflow file for this run

name: lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Install Dependencies
run: npm ci
- name: Run test
run: make lint