Skip to content

lang: add more translation to es.yml (#72) #24

lang: add more translation to es.yml (#72)

lang: add more translation to es.yml (#72) #24

Workflow file for this run

name: language lint
on:
push:
branches:
- the-one
paths:
- 'language/*.yml'
- '.github/workflows/language-lint.yml'
pull_request:
branches:
- the-one
paths:
- 'language/*.yml'
- '.github/workflows/language-lint.yml'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: latest
cache: 'npm'
cache-dependency-path: |
package-lock.json
- run: npm ci
- run: npm run check-language