Skip to content

fix(deps): update dependency @tabler/icons from 3.24.0 to v3.25.0 (do… #7923

fix(deps): update dependency @tabler/icons from 3.24.0 to v3.25.0 (do…

fix(deps): update dependency @tabler/icons from 3.24.0 to v3.25.0 (do… #7923

Workflow file for this run

name: Ruff Linter
on:
workflow_dispatch:
push:
pull_request:
jobs:
ruff-linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install Ruff Linter
run: pip install -r requirements-lint.txt
- name: Run Ruff Linter
run: ruff check --output-format=github .