Skip to content

Build(deps-dev): bump rollup from 4.21.3 to 4.22.4 in /solution/ui/regulations/eregs-component-lib in the npm_and_yarn group across 1 directory #6758

Build(deps-dev): bump rollup from 4.21.3 to 4.22.4 in /solution/ui/regulations/eregs-component-lib in the npm_and_yarn group across 1 directory

Build(deps-dev): bump rollup from 4.21.3 to 4.22.4 in /solution/ui/regulations/eregs-component-lib in the npm_and_yarn group across 1 directory #6758

Workflow file for this run

name: Ruff
on: [ push, pull_request, workflow_dispatch ]
jobs:
ruff:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
src: "./solution"
args: "check --preview"