move_webui #35
@@ -1,8 +1,6 @@
|
||||
name: Code Quality Pipeline
|
||||
run-name: ${{ gitea.actor }} is running the Code Quality Pipeline
|
||||
runs-on: ubuntu-latest
|
||||
on: push
|
||||
image: python:3.12
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
name: CI Pipeline
|
||||
run-name: ${{ gitea.actor }} is running the CI Pipeline
|
||||
runs-on: ubuntu-latest
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
@@ -23,10 +22,10 @@ jobs:
|
||||
poetry install
|
||||
- name: PEP8 Check
|
||||
run: |
|
||||
poetry run flake8 ./src --benchmark
|
||||
poetry run flake8 . --benchmark
|
||||
- name: Type Check
|
||||
run: |
|
||||
poetry run mypy ./src --disable-error-code=import-untyped
|
||||
poetry run mypy . --disable-error-code=import-untyped
|
||||
publish:
|
||||
name: Build and Publish
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user