Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/main.yml')
-rw-r--r--.github/main.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/main.yml b/.github/main.yml
new file mode 100644
index 0000000..52dc763
--- /dev/null
+++ b/.github/main.yml
@@ -0,0 +1,18 @@
+name: Lint
+
+on:
+ push:
+ branches: [ master ]
+ pull_request:
+ branches: [ master ]
+
+jobs:
+ lint:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: ansible/ansible-lint-action@master
+ name: Lint
+ with:
+ ACTION_PLAYBOOK_NAME: "wordpress-nginx/site.yml"