Skip to content

Merge pull request #1 from YuraVolk/dependabot/npm_and_yarn/vite-4.4.9 #35

Merge pull request #1 from YuraVolk/dependabot/npm_and_yarn/vite-4.4.9

Merge pull request #1 from YuraVolk/dependabot/npm_and_yarn/vite-4.4.9 #35

Workflow file for this run

name: Code Scanning
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
code-scanning:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: MegaLinter
uses: oxsecurity/megalinter@v7.3.0