Skip to content

Merge pull request #2 from YuraVolk/dependabot/npm_and_yarn/sass-1.66.1 #34

Merge pull request #2 from YuraVolk/dependabot/npm_and_yarn/sass-1.66.1

Merge pull request #2 from YuraVolk/dependabot/npm_and_yarn/sass-1.66.1 #34

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