Skip to content

Bump @os-team/i18next-react-native-language-detector from 1.0.29 to 1.0.32 #34

Bump @os-team/i18next-react-native-language-detector from 1.0.29 to 1.0.32

Bump @os-team/i18next-react-native-language-detector from 1.0.29 to 1.0.32 #34

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
cache: npm
- name: Install Node.js dependencies
run: npm ci
- name: Run lint
run: npm run lint