Skip to content

Update dependency @vitejs/plugin-vue to v5.2.1 #153

Update dependency @vitejs/plugin-vue to v5.2.1

Update dependency @vitejs/plugin-vue to v5.2.1 #153

name: desktop language lint

Check failure on line 1 in .github/workflows/desktop.language.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/desktop.language.yml

Invalid workflow file

`env` is not a valid event name
on:
push:
branches:
- the-one
paths:
- 'desktop/language/*.yml'
- '.github/workflows/desktop.language-lint.yml'
pull_request:
branches:
- the-one
paths:
- 'desktop/language/*.yml'
- '.github/workflows/desktop.language-lint.yml'
env:
CURRENT_NODE_VERSION: ${{ env.CURRENT_NODE_VERSION || 'latest' }
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ env.CURRENT_NODE_VERSION }}
uses: actions/setup-node@v4
with:
node-version: ${{ env.CURRENT_NODE_VERSION }}
cache: 'npm'
cache-dependency-path: |
framework/package-lock.json
documentation-website/package-lock.json
history-microservice/package-lock.json
history-website/package-lock.json
cli/package-lock.json
package-lock.json
- run: npm ci
- run: npm run check-language -- desktop