Skip to content

Use pdm for everything #215

Use pdm for everything

Use pdm for everything #215

Workflow file for this run

---
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
env:
FORCE_COLOR: "1" # Make tools pretty.
SETUPTOOLS_SCM_PRETEND_VERSION: "1.0" # avoid warnings about shallow checkout
jobs:
check-structlog:
name: Build & verify the structlog package.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: hynek/structlog
path: structlog
- uses: actions/checkout@v3
with:
path: action
- uses: ./action
id: baipp
with:
path: structlog
- run: echo Packages can be found at ${{ steps.baipp.outputs.dist }}
check-argon2-cffi-bindings:
name: Build & verify the argon2-cffi-bindings package.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: hynek/argon2-cffi-bindings
submodules: recursive
path: hynek/argon2-cffi-bindings
- uses: actions/checkout@v3
with:
path: action
- uses: ./action
id: baipp
with:
path: hynek/argon2-cffi-bindings