Skip to content

Mimes: Use 'applications-other' for executables #96

Mimes: Use 'applications-other' for executables

Mimes: Use 'applications-other' for executables #96

---
name: "Check symlinks"
on:
push:
branches:
- master
jobs:
check:
name: Check for dangling symlinks
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Check symlinks
shell: bash
run: |
sudo apt-get update
sudo apt install -y libgtk-3-dev --no-install-recommends
./configure
make test