Skip to content

chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.12 #290

chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.12

chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.12 #290

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: armand-sauzay/actions-python/lint@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: armand-sauzay/actions-python/test@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
test-flags: --version