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 3a05cd339d - Show all commits
+5 -5
View File
@@ -5,18 +5,18 @@ on:
jobs: jobs:
lint: lint:
runs-on: debian runs-on: arch
container: debian:sid container: archlinux:latest
steps: steps:
- name: Install tools - name: Install tools
run: | run: |
apt-get update pacman -Syu --noconfirm
apt-get install -y --no-install-recommends \ pacman -S --noconfirm \
git \ git \
nodejs \ nodejs \
npm \ npm \
qt6-declarative-dev-tools qt6-declarative
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4