소스 검색

chore: validate Poetry configuration

pull/466/head
Jérôme Deuchnord 2 주 전
부모
커밋
baa88ccab4
No known key found for this signature in database GPG 키 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

불러오는 중...
취소
저장