Skip to content

chore(deps): update python dependencies #569

chore(deps): update python dependencies

chore(deps): update python dependencies #569

---
name: 🧪 GitHub Workflow Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # ✅ Fix for Super Linter SHA access
- name: Super Linter
uses: github/super-linter@v7
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_YAML: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}