Skip to content

Table data attribute. #168

Table data attribute.

Table data attribute. #168

Workflow file for this run

name: Lint
on: push
jobs:
eslint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn eslint