Skip to content

Update dependency vue to v3.5.9 #108

Update dependency vue to v3.5.9

Update dependency vue to v3.5.9 #108

name: desktop license lint

Check failure on line 1 in .github/workflows/desktop.license-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/desktop.license-check.yml

Invalid workflow file

`env` is not a valid event name
on:
push:
branches:
- the-one
paths:
- 'desktop/package-lock.json'
- '.github/workflows/desktop.license-check.yml'
pull_request:
branches:
- the-one
paths:
- 'desktop/package-lock.json'
- '.github/workflows/documentation-website.license-check.yml'
env:
CURRENT_NODE_VERSION: ${{ vars.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: |
documentation-website/package-lock.json
documentation-website/package-lock.json
history-microservice/package-lock.json
history-website/package-lock.json
documentation-website/package-lock.json
package-lock.json
- run: cd desktop && npm ci
- run: cd desktop && npm license-checker -- -production --onlyAllow="MIT;ISC;Apache-2.0;BSD-2-Clause;BSD-3-Clause;Python-2.0;LGPL-2.1;GPL-2.0;BlueOak-1.0.0;CC0-1.0;0BSD;WTFPL;Unlicense"