Skip to content

feat: Android 14+ language detection #14

feat: Android 14+ language detection

feat: Android 14+ language detection #14

Workflow file for this run

name: Check ESLint
on:
pull_request:
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4
- name: 📦 Install dependencies
run: npm install
- name: 🤓 Run ESLint
run: npm run lint