Skip to content

Bump ghcr.io/devcontainers/features/powershell from 1.3.2 to 1.3.5 (#30) #83

Bump ghcr.io/devcontainers/features/powershell from 1.3.2 to 1.3.5 (#30)

Bump ghcr.io/devcontainers/features/powershell from 1.3.2 to 1.3.5 (#30) #83

Workflow file for this run

name: "Lint and Test"
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
lint_test:
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: "Setup PDM"
uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4
with:
python-version: "3.11"
cache: true
- name: "Install dependencies"
run: pdm sync --dev
- name: "Run precommit"
run: pdm pre-commit
- name: "Run tests"
run: pdm test