summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Add apt-get update to github actions (#365)newhoa2023-03-262-0/+2
| | | | Should fix issue where symlink checks and such are unable to find new packages.
* ci: Drop PR comment stepSimon Steinbeiss2022-11-161-11/+0
| | | | | This step always fails on PRs that are coming from forks due to permission issues. It seems there is no good solution for this problem.
* Fix workflow file syntax (#347)tux932022-11-031-2/+3
|
* ci: Try to fix permissions issue in PR commentsSimon Steinbeiss2022-09-121-0/+3
|
* ci: Build a release tarball on PRs (Fixes #312)Simon Steinbeiss2022-09-082-1/+41
| | | | | | On a pull request: build the tarball and add a comment to the PR with a link to the resource. On push to master: run the standard symlink check.
* Add GitHub action to test for dangling symlinksSimon Steinbeiss2022-04-281-0/+18
Create a 'make test' target that skips the png optimization because that would be a waste of time in CI. Also the pngtheme.sh script now fails if dangling symlinks are detected.