Skip to content

add flathub installations #5

add flathub installations

add flathub installations #5

Workflow file for this run

name: Shellcheck
on:
push:
branches: [ master ]
paths:
- '**.sh'
- '**.bats'
- '**.bash'
- '.github/shell-testing.yml'
pull_request:
branches: [ master ]
paths:
- '**.sh'
- '**.bats'
- '**.bash'
- '.github/shell-testing.yml'
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x
with:
ignore_paths: docs icons libs snap venv .github