mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-09 20:21:34 -05:00
Compare commits
No commits in common. "e691cd19b246be3ff0a573b587eb42a57a2ef786" and "4be3e3bac9c4b1ba74e0ecc9f68caa3e6fe24488" have entirely different histories.
e691cd19b2
...
4be3e3bac9
37
.github/workflows/shellcheck.yml
vendored
37
.github/workflows/shellcheck.yml
vendored
@ -1,37 +0,0 @@
|
|||||||
name: ShellCheck
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- main
|
|
||||||
paths-ignore:
|
|
||||||
- '**.gitignore'
|
|
||||||
- '**.md'
|
|
||||||
- 'LICENSE'
|
|
||||||
- '**.conf'
|
|
||||||
- '**.service'
|
|
||||||
- '**.timer'
|
|
||||||
- '**.path'
|
|
||||||
- '**.list'
|
|
||||||
pull_request:
|
|
||||||
paths-ignore:
|
|
||||||
- '**.gitignore'
|
|
||||||
- '**.md'
|
|
||||||
- 'LICENSE'
|
|
||||||
- '**.conf'
|
|
||||||
- '**.service'
|
|
||||||
- '**.timer'
|
|
||||||
- '**.path'
|
|
||||||
- '**.list'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
shellcheck:
|
|
||||||
name: Bash syntax checker
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Run ShellCheck
|
|
||||||
uses: ludeeus/action-shellcheck@master
|
|
@ -1,7 +1,4 @@
|
|||||||
# QubesOS-Scripts
|
# QubesOS-Scripts
|
||||||
|
|
||||||
[![ShellCheck](https://github.com/TommyTran732/QubesOS-Scripts/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/TommyTran732/QubesOS-Scripts/actions/workflows/shellcheck.yml)
|
|
||||||
|
|
||||||
My scripts for setting up QubesOS.
|
My scripts for setting up QubesOS.
|
||||||
|
|
||||||
Running these scripts should be very straight forward. For the default Fedora template, run fedora-gnome.sh to trim it down first.
|
Running these scripts should be very straight forward. For the default Fedora template, run fedora-gnome.sh to trim it down first.
|
||||||
|
Loading…
Reference in New Issue
Block a user