Skip to content

Update eslint and fix some errors #1

Update eslint and fix some errors

Update eslint and fix some errors #1

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'yarn'
- uses: actions/checkout@v3
with:
repository: 'wenzhixin/bootstrap-table-examples'
path: './tools/bootstrap-table-examples'
- name: Lint all
run: |
yarn install
yarn lint