Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

DragonFish Backup and Restore Rehaul #1477

DragonFish Backup and Restore Rehaul

DragonFish Backup and Restore Rehaul #1477

Workflow file for this run

on:
push:
pull_request:
workflow_dispatch:
name: ShellCheck
jobs:
ShellCheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2154 -e SC2034
with:
check_together: 'yes'
format: gcc