Skip to content

rename linter check CI file to pyci.yml #1

rename linter check CI file to pyci.yml

rename linter check CI file to pyci.yml #1

Workflow file for this run

name: Linter check
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
pip install poetry
make install
- name: Run linter
run: |
make lint