Skip to content

fix(examples): loosen searching examples to match with more flags #872

fix(examples): loosen searching examples to match with more flags

fix(examples): loosen searching examples to match with more flags #872

Workflow file for this run

name: Lint
on: push
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Use Node.js v18
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install Node.js dependencies
run: yarn install
- name: Run ESLint
run: yarn run eslint ./src --ext .js,.jsx,.ts,.tsx -c ./.eslintrc.js