Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
KjetilKnutsen committed Mar 5, 2024
1 parent 1dfb76a commit 03ac0f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ansible Lint

on: [push, pull_request] # noqa
on: [push, pull_request] # noqa yaml[truthy]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# vim: set et ai ts=2 st=2 sw=2:
---
image: alpine:3.10 # noqa yaml[truthy]
image: alpine:3.10

variables:
ANSIBLE_FORCE_COLOR: "true" # noqa yaml[truthy]
ANSIBLE_FORCE_COLOR: "true"

stages:
- lint
Expand Down

0 comments on commit 03ac0f2

Please sign in to comment.