Skip to content

Remove Depressurizer Support #11

Remove Depressurizer Support

Remove Depressurizer Support #11

Workflow file for this run

on:
push:
branches:
- master
paths:
- 'steamtinkerlaunch'
pull_request:
types: [ labeled ]
paths:
- 'steamtinkerlaunch'
name: "ShellCheck"
permissions: {}
jobs:
shellcheck:
if: ${{ (github.event_name == 'pull_request' && github.event.label.name == 'shellcheck') || (github.event_name == 'push' && github.ref == 'refs/heads/master') }}
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
version: v0.10.0
SHELLCHECK_OPTS: --extended-analysis=false