summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/check-typos.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/.github/workflows/check-typos.yml b/.github/workflows/check-typos.yml
deleted file mode 100644
index c4c1a643b..000000000
--- a/.github/workflows/check-typos.yml
+++ /dev/null
@@ -1,19 +0,0 @@
----
-name: Check typos
-
-on:
- pull_request_target:
- branches:
- - rolling
- - circinus
- - sagitta
- types: [opened, synchronize, edited]
-
-permissions:
- pull-requests: write
- contents: read
-
-jobs:
- check-typos:
- uses: vyos/.github/.github/workflows/check-typos.yml@production
- secrets: inherit