aboutsummaryrefslogtreecommitdiffstats
path: root/.depot/workflows/shellcheck.yml
diff options
context:
space:
mode:
Diffstat (limited to '.depot/workflows/shellcheck.yml')
-rw-r--r--.depot/workflows/shellcheck.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.depot/workflows/shellcheck.yml b/.depot/workflows/shellcheck.yml
deleted file mode 100644
index 99a2c434..00000000
--- a/.depot/workflows/shellcheck.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-# Depot CI Migration
-# Source: .github/workflows/shellcheck.yml
-#
-# No changes were necessary.
-
-name: Shellcheck
-on:
- push:
- branches: [main]
- pull_request:
- branches: [main]
-jobs:
- shellcheck:
- runs-on: depot-ubuntu-24.04
- steps:
- - uses: actions/checkout@v6
- - name: Run shellcheck
- uses: ludeeus/action-shellcheck@master
- env:
- SHELLCHECK_OPTS: "-e SC2148"