Skip to content

Install Dconf Editor natively intead of as a flatpak #1003

Install Dconf Editor natively intead of as a flatpak

Install Dconf Editor natively intead of as a flatpak #1003

Workflow file for this run

name: Bash
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a one-line script
run: shopt -s globstar nullglob; shellcheck **/*.sh --severity error