Skip to content

Merge pull request #332 from vipyrsec/bump-lba-pypi #901

Merge pull request #332 from vipyrsec/bump-lba-pypi

Merge pull request #332 from vipyrsec/bump-lba-pypi #901

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- 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