summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-crt-php/.github/workflows/lint.yml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
committerAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
commit8bec661288b276c98bdb0e773e5f4d5275dc4c87 (patch)
tree8617ebe581c62fc46a7881aa61801ebce9d3c603 /vendor/aws/aws-crt-php/.github/workflows/lint.yml
parent540438c2eb5452bacad30c247906bfa287f2da1d (diff)
update AWK SDKHEADmaster
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