summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-crt-php/.github/workflows/lint.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-crt-php/.github/workflows/lint.yml')
-rw-r--r--vendor/aws/aws-crt-php/.github/workflows/lint.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/vendor/aws/aws-crt-php/.github/workflows/lint.yml b/vendor/aws/aws-crt-php/.github/workflows/lint.yml
deleted file mode 100644
index 5aa3ebd..0000000
--- a/vendor/aws/aws-crt-php/.github/workflows/lint.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-name: Lint
-
-on: [push]
-
-jobs:
- clang-format:
-
- runs-on: ubuntu-latest
-
- steps:
- - name: Checkout Sources
- uses: actions/checkout@v1
-
- - name: clang-format lint
- uses: DoozyX/[email protected]
- with:
- # List of extensions to check
- extensions: c
-
- check-submodules:
- runs-on: ubuntu-latest
- steps:
- - name: Checkout Source
- uses: actions/checkout@v2
- with:
- submodules: true
- fetch-depth: 0
- - name: Check Submodules
- uses: awslabs/aws-crt-builder/.github/actions/check-submodules@main