Skip to content

Allow access to the microcluster app from rest endpoints (#110) #2

Allow access to the microcluster app from rest endpoints (#110)

Allow access to the microcluster app from rest endpoints (#110) #2

Workflow file for this run

name: Python
on:
push:
branches: [main, autoupdate/strict]
pull_request:
branches: [main]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install tox
run: pip install tox
- name: Lint
run: |
cd tests/e2e && tox -e lint