Skip to content

Issue 1284: Backend CSS selectors generation #43

Issue 1284: Backend CSS selectors generation

Issue 1284: Backend CSS selectors generation #43

Workflow file for this run

name: PR to develop
on:
pull_request:
branches:
- develop
jobs:
lint:
runs-on: ubuntu-latest
env:
COMPOSE_FILE: docker-compose.yaml:docker-compose.override.ci.yaml
SELENOID_PARALLEL_SESSIONS_COUNT: 2
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: false
- name: Lint
run: docker compose run api make lint
build:
needs: lint
uses: ./.github/workflows/docker-image-update.yml