Skip to content

chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in the pip group across… #462

chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in the pip group across…

chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in the pip group across… #462

name: '✨ On push to any branch'
permissions:
contents: read
on:
push:
branches:
- '**'
tags-ignore:
- '**'
jobs:
lint:
name: '💎 Code Quality'
uses: ./.github/workflows/lint.yml
test:
name: '🧪 Build & test Code'
uses: ./.github/workflows/build.yml
secrets: inherit