summaryrefslogtreecommitdiff
path: root/.github/workflows/symlinks.yml
blob: c58fac5f983356f33bc32069e7a4ecca1b17020c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: "Check symlinks"

on: [pull_request, push]

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 install -y libgtk-3-dev --no-install-recommends
          ./configure
          make test