Skip to content

[Snyk] Security upgrade vue from 2.6.14 to 3.0.0 #211

[Snyk] Security upgrade vue from 2.6.14 to 3.0.0

[Snyk] Security upgrade vue from 2.6.14 to 3.0.0 #211

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 16
- name: Perform linting
run: |
npm install
npm run prettier:check