Skip to content

Commit

Permalink
Cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 8, 2024
1 parent c638277 commit f0d26ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
- gnu-parallel-install
- gnu-parallel-install-build

- name: version check # noqa risky-shell-pipe
- name: version check # noqa risky-shell-pipe command-instead-of-module

Check warning on line 67 in tasks/main.yml

View workflow job for this annotation

GitHub Actions / Lint

name[casing]

All names should start with an uppercase letter.
ansible.builtin.shell: >
tar -jtf {{ gnu_parallel_download_path }}/{{ gnu_parallel_download_url | basename }} | head -n 1
changed_when: false
Expand Down

0 comments on commit f0d26ef

Please sign in to comment.