We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b529a commit ba4d5dcCopy full SHA for ba4d5dc
.github/workflows/cfn-lint.yml
@@ -0,0 +1,16 @@
1
+name: cfn-lint
2
+
3
+on: [pull_request]
4
5
+jobs:
6
+ cfn-lint:
7
+ runs-on: ubuntu-latest
8
9
+ steps:
10
+ - name: Checkout
11
+ uses: actions/checkout@v2
12
13
+ - name: cfn-lint
14
+ uses: docker://scottbrenner/cfn-lint-action:latest
15
+ with:
16
+ args: "aws/logs_monitoring/template.yaml"
.github/workflows/lambdachecks.yml
@@ -1,6 +1,6 @@
name: Lambda checks
-on: [push]
jobs:
build:
0 commit comments