From ef31aabc56ef813e45d9d2cbedc1272bdc1db6c1 Mon Sep 17 00:00:00 2001 From: Michael Buluma Date: Sun, 17 Mar 2024 16:28:21 +0300 Subject: [PATCH] Update Action containers. --- .github/workflows/molecule.yml | 2 +- .github/workflows/requirements2png.yml | 2 +- .pre-commit-config.yaml | 3 ++- .yamllint | 6 +++++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index c9f42c5..5c83283 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -44,7 +44,7 @@ jobs: test: runs-on: ubuntu-20.04 strategy: - fail-fast: false + fail-fast: no matrix: config: - image: "enterpriselinux" diff --git a/.github/workflows/requirements2png.yml b/.github/workflows/requirements2png.yml index cf3c539..b35b861 100644 --- a/.github/workflows/requirements2png.yml +++ b/.github/workflows/requirements2png.yml @@ -41,5 +41,5 @@ jobs: uses: ad-m/github-push-action@master with: directory: ${{ github.repository }} - force: true + force: yes branch: png diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f3deda..277ab07 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,8 @@ repos: rev: v1.32.0 hooks: - id: yamllint - args: [-c=.yamllint] + args: + - -c=.yamllint - repo: https://github.com/buluma/pre-commit rev: v1.0.3 diff --git a/.yamllint b/.yamllint index a7ff098..10d5946 100644 --- a/.yamllint +++ b/.yamllint @@ -9,7 +9,11 @@ rules: max-spaces-inside: 1 level: error line-length: disable - truthy: disable + truthy: + check-keys: no + allowed-values: + - "yes" + - "no" ignore: | .tox/