Skip to content

fix: update stylelint script for Windows compatibility & fix style errors #3003

fix: update stylelint script for Windows compatibility & fix style errors

fix: update stylelint script for Windows compatibility & fix style errors #3003

Workflow file for this run

---
name: Trivy
on:
pull_request:
branches:
- main
jobs:
trivy:
name: Run trivy scanner
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Trivy
uses: ConsenSys/github-actions/trivy@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}