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, 29 insertions, 0 deletions
diff --git a/vendor/aws/aws-crt-php/.github/workflows/lint.yml b/vendor/aws/aws-crt-php/.github/workflows/lint.yml
new file mode 100644
index 0000000..5aa3ebd
--- /dev/null
+++ b/vendor/aws/aws-crt-php/.github/workflows/lint.yml
@@ -0,0 +1,29 @@
+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