Skip to content

Lint and test

Lint and test #2

Workflow file for this run

name: Lint and test
on:
workflow_dispatch:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout ⬇️
uses: actions/checkout@master
with:
persist-credentials: false
submodules: recursive
- name: Setup python 🐍
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies ☕️
run: |
source setup.sh ""
- name: Lint 🔍
run: |
source setup.sh ""
./tests/run_linting