Code Monkey home page Code Monkey logo

Comments (9)

webknjaz avatar webknjaz commented on June 11, 2024 1

Reverted.

from ansible-lint-action.

johnpetersjr avatar johnpetersjr commented on June 11, 2024

Here's my workflow:

---
name: Ansible Lint
on: [pull_request]
jobs:
  linting_check:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Lint Ansible Playbook
        uses: ansible/ansible-lint-action@master
        with:
          targets: |
            devel/my_yaml_file.yml

from ansible-lint-action.

webknjaz avatar webknjaz commented on June 11, 2024

Yeah, I think it may be related to ce0c313#diff-b958f585a04af5ee2087610ea7180f34R86.

/cc @xunholy ^

from ansible-lint-action.

DO1JLR avatar DO1JLR commented on June 11, 2024

I already mentioned something like that at #17 (comment)

The problem here is the quoted empty "$opts" variable.

from ansible-lint-action.

DO1JLR avatar DO1JLR commented on June 11, 2024

And @webknjaz and @xunholy talked about it here: #17 (comment)

from ansible-lint-action.

johnpetersjr avatar johnpetersjr commented on June 11, 2024

Seems like now when I specify targets, it is not finding my target playbook.

Strange. Let me try and figure it out.

from ansible-lint-action.

webknjaz avatar webknjaz commented on June 11, 2024

I'm pretty sure it's the same issue. Those quotes would need to be reverted too.

from ansible-lint-action.

johnpetersjr avatar johnpetersjr commented on June 11, 2024

Same thing is happening with opts as well.

+ args=("$@")
+ '[' /entrypoint.sh = /entrypoint.sh ']'
+ echo -E '\nRunning Ansible Lint...\n'
\nRunning Ansible Lint...\n
+ ansible::lint '-x 204'
+ : 'my_yaml_file.yml
'
+ : /github/workspace
+ pushd /github/workspace
+ local opts
++ parse_args '-x 204'
++ local opts=
++ ((  1  ))
++ case "$1" in
++ echo 'ERROR: Unsupported flag: '\''-x 204'\'''
ERROR: Unsupported flag: '-x 204'
++ exit 1
+ opts=
/github/workspace /github/workspace

from ansible-lint-action.

vvarga007 avatar vvarga007 commented on June 11, 2024

Same thing is happening with opts as well.

+ args=("$@")
+ '[' /entrypoint.sh = /entrypoint.sh ']'
+ echo -E '\nRunning Ansible Lint...\n'
\nRunning Ansible Lint...\n
+ ansible::lint '-x 204'
+ : 'my_yaml_file.yml
'
+ : /github/workspace
+ pushd /github/workspace
+ local opts
++ parse_args '-x 204'
++ local opts=
++ ((  1  ))
++ case "$1" in
++ echo 'ERROR: Unsupported flag: '\''-x 204'\'''
ERROR: Unsupported flag: '-x 204'
++ exit 1
+ opts=
/github/workspace /github/workspace

That is because of this commit:
54851ed

from ansible-lint-action.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.