Skip to content

Apps: New Settings Manager icon (#438) #100

Apps: New Settings Manager icon (#438)

Apps: New Settings Manager icon (#438) #100

---
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