Skip to content

quickfix: allow to import logs from any document in the project #524

quickfix: allow to import logs from any document in the project

quickfix: allow to import logs from any document in the project #524

Workflow file for this run

name: Test Builds
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x] # Specify node versions you want to test against
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 2 # Checkout HEAD^
- name: Build packages
run: docker compose --profile building build