testing ci using external forgejo runner #84

Merged
zach merged 21 commits from forgejo-workflows into main 2026-05-16 01:26:00 +02:00
Showing only changes of commit e7e772ebc6 - Show all commits
+5 -3
View File
@@ -9,16 +9,18 @@ jobs:
container: debian:sid
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install tools
run: |
apt-get update
apt-get install -y --no-install-recommends \
git \
nodejs \
npm \
qt6-declarative-dev-tools
- name: Checkout
uses: actions/checkout@v4
- name: QML lint
run: |
if command -v qmllint >/dev/null 2>&1; then