Skip to content

Commit

Permalink
Merge pull request AlexNabokikh#26 from AlexNabokikh/workflowfix
Browse files Browse the repository at this point in the history
fix(ci): adjusted linting pipeline job
  • Loading branch information
AlexNabokikh authored May 27, 2022
2 parents 19a34b9 + afb71b2 commit 373f49e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml → .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: CI
name: Lint

on:
pull_request:
Expand All @@ -16,9 +16,9 @@ jobs:
- name: Set up Python 3.
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: "3.x"
- name: Install test dependencies.
run: pip3 install yamllint ansible ansible-lint
run: pip3 install yamllint ansible-lint
- name: Lint code.
run: |
yamllint .
Expand Down

0 comments on commit 373f49e

Please sign in to comment.