Skip to content

BRAYNS-649 Add clang tidy #24

BRAYNS-649 Add clang tidy

BRAYNS-649 Add clang tidy #24

Workflow file for this run

name: Build Docker Image
on:
pull_request:
branches:
- develop
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Docker image
run: docker build -t develop .