Skip to content

build(deps): Bump the ci-dependencies group with 4 updates #898

build(deps): Bump the ci-dependencies group with 4 updates

build(deps): Bump the ci-dependencies group with 4 updates #898

Workflow file for this run

name: "Lint & Test"
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
lint_test:
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: "Setup PDM"
uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
with:
python-version: "3.12"
cache: true
- name: "Install dependencies"
run: pdm install --dev
- name: "Run precommit"
run: pdm precommit
- name: "Run tests"
run: pdm test