Skip to content

Bump @types/react-highlight from 0.12.7 to 0.12.8 #1344

Bump @types/react-highlight from 0.12.7 to 0.12.8

Bump @types/react-highlight from 0.12.7 to 0.12.8 #1344

Workflow file for this run

name: eslint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npx eslint . --ext .js,.jsx,.ts,.tsx