Skip to content

Bump ghcr.io/devcontainers/features/powershell from 1.3.2 to 1.3.4 #78

Bump ghcr.io/devcontainers/features/powershell from 1.3.2 to 1.3.4

Bump ghcr.io/devcontainers/features/powershell from 1.3.2 to 1.3.4 #78

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: "Setup PDM"
uses: pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f # 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