Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit 35d293c

Browse files
committed
Convert GitHub Actions workflow to new format
1 parent caf4d2c commit 35d293c

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

.github/main.workflow

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/main.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Lint
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
8+
9+
jobs:
10+
lint:
11+
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- uses: ansible/ansible-lint-action@master
16+
name: Lint
17+
with:
18+
ACTION_PLAYBOOK_NAME: "wordpress-nginx/site.yml"

0 commit comments

Comments
 (0)