瀏覽代碼

chore: validate Poetry configuration

pull/466/head
Jérôme Deuchnord 2 週之前
父節點
當前提交
baa88ccab4
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 635A51D1506969F4
共有 1 個文件被更改,包括 15 次插入1 次删除
  1. +15
    -1
      .github/workflows/black.yml

+ 15
- 1
.github/workflows/black.yml 查看文件

@@ -1,4 +1,4 @@
name: Code style
name: Checks

on:
push:
@@ -17,3 +17,17 @@ jobs:
with:
python-version: '3.x'
- uses: psf/black@stable

poetry-check:
runs-on: ubuntu-latest

name: Poetry
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- run: |
pip install -U pip poetry
poetry install
- run: poetry check --strict

Loading…
取消
儲存