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

main.yml « .github - github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52dc763754a7cd1bb0b14dd4584b46f847acbb60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"