Skip to content

Add XLIFF and download utilities. #17

Add XLIFF and download utilities.

Add XLIFF and download utilities. #17

Workflow file for this run

name: Static Analysis
on:
push:
branches: master
pull_request:
branches: master
workflow_dispatch:
jobs:
js:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Check out the source code
uses: actions/checkout@v4
- name: Run ESLint
uses: polylang/actions/eslint@main
with:
do-js: true
js-path: './src'
do-style: false