Skip to content

Status: New Wifi size for non-symbolic 16px icons #143

Status: New Wifi size for non-symbolic 16px icons

Status: New Wifi size for non-symbolic 16px icons #143

Workflow file for this run

name: "Check symlinks and build theme"
on: pull_request
jobs:
check:
name: Check for dangling symlinks
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Check symlinks and build theme
shell: bash
run: |
sudo apt-get update
sudo apt install -y libgtk-3-dev optipng --no-install-recommends
./configure
make test
make
cd build
tar -cf elementary-xfce.tar.gz *
- name: Upload theme artifact
uses: actions/upload-artifact@v3
with:
name: elementary-xfce
path: build/elementary-xfce.tar.gz