Skip to content

build(deps): bump nginxinc/nginx-unprivileged from c7e34c1 to 0afff08 in /docker #229

build(deps): bump nginxinc/nginx-unprivileged from c7e34c1 to 0afff08 in /docker

build(deps): bump nginxinc/nginx-unprivileged from c7e34c1 to 0afff08 in /docker #229

Workflow file for this run

name: i18n
on:
push:
branches:
- 'master' # Default branch
- 'feature-**' # Feature branches
pull_request:
branches:
- 'master' # Default branch
- 'feature-**' # Feature branches
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.7
- name: Set up NodeJs
uses: actions/setup-node@v4.0.2
with:
node-version: '20'
cache: 'npm'
- name: Install Dependencies
run: npm install
- name: Check for Translations
run: |
mv src/assets/scss/vendors/chart.js src/assets/scss/vendors/chart.js.skip
npm run vue-i18n-extract
continue-on-error: false