Skip to content

feat: Use default PDF reader defined in XDG Mime Application (fallback to zathura) #32

feat: Use default PDF reader defined in XDG Mime Application (fallback to zathura)

feat: Use default PDF reader defined in XDG Mime Application (fallback to zathura) #32

Workflow file for this run

name: CI
on: pull_request
jobs:
Test:
runs-on:
- self-hosted
- CI-CD
steps:
- name: Clone repo
uses: actions/checkout@v4
- name: Run actionlint
run: actionlint -ignore 'label "CI-CD" is unknown' .github/workflows/CI.yml
- name: Run codespell
run: codespell --enable-colors
- name: Run mdl
run: mdl --style .github/workflows/mdl_style.rb .
- name: Run shellcheck
run: find . -name '*.sh' -exec shellcheck --color=always {} +
- name: Run make clean
run: make clean
- name: Run make
run: make
- name: Run make test
run: make test