Skip to content

feat(AsElement): support react component element types #968

feat(AsElement): support react component element types

feat(AsElement): support react component element types #968

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18
registry-url: https://registry.npmjs.org
- name: eslint
run: |
echo "The job was automatically triggered by a ${{ github.event_name }} event."
npm ci
npm run lint