Skip to content

Bump i18next from 23.12.2 to 23.15.0 (#746) #1906

Bump i18next from 23.12.2 to 23.15.0 (#746)

Bump i18next from 23.12.2 to 23.15.0 (#746) #1906

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