Browse Source
* feat: start using prettier linter https://prettier.io/ * feat: prettier code formatting * feat: add super linterpull/3911/head
committed by
GitHub
115 changed files with 2893 additions and 2663 deletions
@ -1,98 +1,98 @@ |
|||||
# Add/remove 'critical' label if issue contains the words 'urgent' or 'critical' |
# Add/remove 'critical' label if issue contains the words 'urgent' or 'critical' |
||||
# Type |
# Type |
||||
"type: game server request": |
"type: game server request": |
||||
- '/(Server Request)/i' |
- "/(Server Request)/i" |
||||
"type: bug": |
"type: bug": |
||||
- '/(bug)/i' |
- "/(bug)/i" |
||||
"type: feature request": |
"type: feature request": |
||||
- '/(feature)/i' |
- "/(feature)/i" |
||||
# Commands |
# Commands |
||||
"command: backup": |
"command: backup": |
||||
- '/(backup)/i' |
- "/(backup)/i" |
||||
"command: console": |
"command: console": |
||||
- '/(console|tmux)/i' |
- "/(console|tmux)/i" |
||||
"command: debug": |
"command: debug": |
||||
- '/(debug)/i' |
- "/(debug)/i" |
||||
"command: details": |
"command: details": |
||||
- '/(details)/i' |
- "/(details)/i" |
||||
"command: fast-dl": |
"command: fast-dl": |
||||
- '/(fast-dl|fastdl)/i' |
- "/(fast-dl|fastdl)/i" |
||||
"command: install": |
"command: install": |
||||
- '/(install)/i' |
- "/(install)/i" |
||||
"command: mods": |
"command: mods": |
||||
- '/(mods)/i' |
- "/(mods)/i" |
||||
"command: monitor": |
"command: monitor": |
||||
- '/(monitor)/i' |
- "/(monitor)/i" |
||||
"command: post-details": |
"command: post-details": |
||||
- '/(post-details)/i' |
- "/(post-details)/i" |
||||
"command: restart": |
"command: restart": |
||||
- '/(restart)/i' |
- "/(restart)/i" |
||||
"command: send": |
"command: send": |
||||
- '/(send)/i' |
- "/(send)/i" |
||||
"command: skeleton": |
"command: skeleton": |
||||
- '/(skeleton)/i' |
- "/(skeleton)/i" |
||||
"command: start": |
"command: start": |
||||
- '/(start)/i' |
- "/(start)/i" |
||||
"command: stop": |
"command: stop": |
||||
- '/(stop)/i' |
- "/(stop)/i" |
||||
"command: update-lgsm": |
"command: update-lgsm": |
||||
- '/(update-lgsm)/i' |
- "/(update-lgsm)/i" |
||||
"command: update": |
"command: update": |
||||
- '/(update)/i' |
- "/(update)/i" |
||||
"command: validate": |
"command: validate": |
||||
- '/(validate)/i' |
- "/(validate)/i" |
||||
"command: wipe": |
"command: wipe": |
||||
- '/(wipe)/i' |
- "/(wipe)/i" |
||||
# Distros |
# Distros |
||||
"distro: AlmaLinux": |
"distro: AlmaLinux": |
||||
- '/(Alma)/i' |
- "/(Alma)/i" |
||||
"distro: Arch Linux": |
"distro: Arch Linux": |
||||
- '/(Arch)/i' |
- "/(Arch)/i" |
||||
"distro: CentOS": |
"distro: CentOS": |
||||
- '/(CentOS)/i' |
- "/(CentOS)/i" |
||||
"distro: Debian": |
"distro: Debian": |
||||
- '/(Debian)/i' |
- "/(Debian)/i" |
||||
"distro: Fedora": |
"distro: Fedora": |
||||
- '/(Fedora)/i' |
- "/(Fedora)/i" |
||||
"distro: openSUSE": |
"distro: openSUSE": |
||||
- '/(openSUSE|suse)/i' |
- "/(openSUSE|suse)/i" |
||||
"distro: Rocky Linux": |
"distro: Rocky Linux": |
||||
- '/(Rocky)/i' |
- "/(Rocky)/i" |
||||
"distro: Slackware": |
"distro: Slackware": |
||||
- '/(Slackware)/i' |
- "/(Slackware)/i" |
||||
"distro: Ubuntu": |
"distro: Ubuntu": |
||||
- '/(Ubuntu)/i' |
- "/(Ubuntu)/i" |
||||
# Info |
# Info |
||||
"info: alerts": |
"info: alerts": |
||||
- '/(alert)/i' |
- "/(alert)/i" |
||||
"info: dependency": |
"info: dependency": |
||||
- '/(dependency|deps)/i' |
- "/(dependency|deps)/i" |
||||
"info: docker": |
"info: docker": |
||||
- '/(docker)/i' |
- "/(docker)/i" |
||||
"info: docs": |
"info: docs": |
||||
- '/(documentation|docs)/i' |
- "/(documentation|docs)/i" |
||||
"info: email": |
"info: email": |
||||
- '/(postfix|sendmail|exim|smtp)/i' |
- "/(postfix|sendmail|exim|smtp)/i" |
||||
"info: query": |
"info: query": |
||||
- '/(gamedig|gsquery)/i' |
- "/(gamedig|gsquery)/i" |
||||
"info: steamcmd": |
"info: steamcmd": |
||||
- '/(steamcmd)/i' |
- "/(steamcmd)/i" |
||||
"info: systemd": |
"info: systemd": |
||||
- '/(systemd)/i' |
- "/(systemd)/i" |
||||
"info: tmux": |
"info: tmux": |
||||
- '/(tmux)/i' |
- "/(tmux)/i" |
||||
"info: website": |
"info: website": |
||||
- '/(website)/i' |
- "/(website)/i" |
||||
# Games |
# Games |
||||
"game: Ark: Survival Evolved": |
"game: Ark: Survival Evolved": |
||||
- '/(Ark: Survival Evolved|Ark)/i' |
- "/(Ark: Survival Evolved|Ark)/i" |
||||
"game: ARMA 3": |
"game: ARMA 3": |
||||
- '/(ARMA 3)/i' |
- "/(ARMA 3)/i" |
||||
"game: Assetto Corsa": |
"game: Assetto Corsa": |
||||
- '/(Assetto Corsa)/i' |
- "/(Assetto Corsa)/i" |
||||
"game: Avorion": |
"game: Avorion": |
||||
- '/(Avorion)/i' |
- "/(Avorion)/i" |
||||
"game: Ballistic Overkill": |
"game: Ballistic Overkill": |
||||
- '/(Ballistic Overkill)/i' |
- "/(Ballistic Overkill)/i" |
||||
"game: Barotrauma": |
"game: Barotrauma": |
||||
- '/(Barotrauma)/i' |
- "/(Barotrauma)/i" |
||||
|
@ -0,0 +1,55 @@ |
|||||
|
--- |
||||
|
################################# |
||||
|
################################# |
||||
|
## Super Linter GitHub Actions ## |
||||
|
################################# |
||||
|
################################# |
||||
|
name: Lint Code Base |
||||
|
|
||||
|
# |
||||
|
# Documentation: |
||||
|
# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions |
||||
|
# |
||||
|
|
||||
|
############################# |
||||
|
# Start the job on all push # |
||||
|
############################# |
||||
|
on: |
||||
|
push: |
||||
|
branches-ignore: [master, main] |
||||
|
# Remove the line above to run when pushing to master |
||||
|
pull_request: |
||||
|
|
||||
|
############### |
||||
|
# Set the Job # |
||||
|
############### |
||||
|
jobs: |
||||
|
build: |
||||
|
# Name the Job |
||||
|
name: Lint Code Base |
||||
|
# Set the agent to run on |
||||
|
runs-on: ubuntu-latest |
||||
|
|
||||
|
################## |
||||
|
# Load all steps # |
||||
|
################## |
||||
|
steps: |
||||
|
########################## |
||||
|
# Checkout the code base # |
||||
|
########################## |
||||
|
- name: Checkout Code |
||||
|
uses: actions/checkout@v2 |
||||
|
with: |
||||
|
# Full git history is needed to get a proper list of changed files within `super-linter` |
||||
|
fetch-depth: 0 |
||||
|
|
||||
|
################################ |
||||
|
# Run Linter against code base # |
||||
|
################################ |
||||
|
- name: Lint Code Base |
||||
|
uses: github/super-linter@v4 |
||||
|
env: |
||||
|
VALIDATE_ALL_CODEBASE: false |
||||
|
# Change to 'master' if your main branch differs |
||||
|
DEFAULT_BRANCH: main |
||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue