testing ci using external forgejo runner #84
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user