Skip to content

git: move configs to $XDG_CONFIG_HOME dir #178

git: move configs to $XDG_CONFIG_HOME dir

git: move configs to $XDG_CONFIG_HOME dir #178

Workflow file for this run

name: CI
permissions:
contents: read
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