This repository was archived by the owner on May 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +11
-10
lines changed
Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 11pip==22.0.4
22ansible==5.5.0
33yamllint==1.26.3
4- ansible-lint==5.4 .0
4+ ansible-lint==6.0 .0
55poetry==1.1.13
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name: Tests
1111
1212defaults :
1313 run :
14- working-directory : ' staticdev.signal'
14+ working-directory : " staticdev.signal"
1515
1616jobs :
1717 lint :
2121 - name : Check out the repository
2222 uses : actions/checkout@v3
2323 with :
24- path : ' staticdev.signal'
24+ path : " staticdev.signal"
2525
2626 - name : Set up Python
2727 uses : actions/setup-python@v3
5151 - name : Check out the repository
5252 uses : actions/checkout@v3
5353 with :
54- path : ' staticdev.signal'
54+ path : " staticdev.signal"
5555
5656 - name : Set up Python
5757 uses : actions/setup-python@v3
Original file line number Diff line number Diff line change 11---
22repos :
33 - repo : https://github.com/pre-commit/pre-commit-hooks
4- rev : v3.4 .0
4+ rev : v4.1 .0
55 hooks :
66 - id : check-added-large-files
77 - id : check-toml
@@ -10,16 +10,16 @@ repos:
1010 - id : trailing-whitespace
1111 - id : check-added-large-files
1212 - repo : https://github.com/pre-commit/mirrors-prettier
13- rev : v2.3.1
13+ rev : v2.6.0
1414 hooks :
1515 - id : prettier
1616 - repo : https://github.com/adrienverge/yamllint.git
17- rev : v1.26.1
17+ rev : v1.26.3
1818 hooks :
1919 - id : yamllint
2020 args : ["-c=.yamllint", "."]
2121 - repo : https://github.com/ansible-community/ansible-lint.git
22- rev : v5 .0.12
22+ rev : v6 .0.0
2323 hooks :
2424 - id : ansible-lint
2525 files : \.(yaml|yml)$
Original file line number Diff line number Diff line change 2020
2121 tasks :
2222 - name : " Include staticdev.signal"
23- include_role :
23+ ansible.builtin. include_role :
2424 name : " staticdev.signal"
Original file line number Diff line number Diff line change 99 ansible.builtin.get_url :
1010 url : https://updates.signal.org/desktop/apt/keys.asc
1111 dest : " {{ tmp_dir.path }}/keys.asc"
12+ mode : " 0644"
1213
1314- name : Install Signal official public software signing key
1415 ansible.builtin.shell : |
Original file line number Diff line number Diff line change 11---
22- name : Check if keyring exists
3- stat :
3+ ansible.builtin. stat :
44 path : /usr/share/keyrings/signal-desktop-keyring.gpg
55 register : keyring_file
66
You can’t perform that action at this time.
0 commit comments