Skip to content

git: remove obsolete magit config #84

git: remove obsolete magit config

git: remove obsolete magit config #84

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