Skip to content

IntelliJ IDEA: update path for idea.vmoptions #87

IntelliJ IDEA: update path for idea.vmoptions

IntelliJ IDEA: update path for idea.vmoptions #87

Workflow file for this run

name: CI
on:
- push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout git repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run linter
run: make lint-docker
- name: Run tests
run: make test-docker