Skip to content

Update pyink-check.yml #3

Update pyink-check.yml

Update pyink-check.yml #3

Workflow file for this run

name: pyink check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip install .[test]
- name: Run pyink check
run: pyink . --check --verbose --diff --color