Skip to content

build: Added basic CI support #1

build: Added basic CI support

build: Added basic CI support #1

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
tests:
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT || 10) }}
name: Linting
runs-on: ubuntu-24.04
steps:
- name: Checkout source code
uses: actions/checkout@main
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Run tests
run: make lint DOCKER_RUN_FLAGS_TTY=''