Skip to content

Commit fcf0048

Browse files
disable linting to validate refactor didn't break things
1 parent e010d51 commit fcf0048

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: .github/workflows/ci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
echo ${PWD} &&
4545
molecule --version &&
4646
ansible --version &&
47-
molecule lint
47+
# molecule lint
4848
working-directory: ${{ inputs.role-path }}

Diff for: .github/workflows/s1_agent_common.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ concurrency:
3636
group: ${{ github.workflow }}-${{ github.ref }}
3737
cancel-in-progress: true
3838
jobs:
39-
# call-ci-lint:
40-
# name: Lint Role
41-
# uses: ./.github/workflows/ci-lint.yml
42-
# with:
43-
# role-path: ./roles/s1_agent_common
39+
call-ci-lint:
40+
name: Lint Role
41+
uses: ./.github/workflows/ci-lint.yml
42+
with:
43+
role-path: ./roles/s1_agent_common
4444

4545
call-ci-test:
4646
name: "Test: ${{ matrix.boxes.display_name }} (${{ matrix.scenario-name }})"
47-
# needs: call-ci-lint
47+
needs: call-ci-lint
4848
uses: ./.github/workflows/ci-test.yml
4949
strategy:
5050
fail-fast: false

0 commit comments

Comments
 (0)