Skip to content

Update Trivy option wording and fix vulnerability source label styling #37

Update Trivy option wording and fix vulnerability source label styling

Update Trivy option wording and fix vulnerability source label styling #37

Workflow file for this run

name: i18n
on:
push:
branches:
- 'master' # Default branch
pull_request:
branches:
- 'master' # Default branch
permissions:
contents: read
env:
NODE_VERSION: 18
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.2
- name: Set up NodeJs
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ env.NODE_VERSION }}
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