Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuruya0612 committed May 31, 2024
1 parent f3bb51f commit 87d4983
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Execute ansible-lint
run: |
make test
make lint
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ install.role:

@echo "\033[33mDone\033[00m\n"

test:
lint:
ansible-lint -c .ansible-lint main.yml
2 changes: 1 addition & 1 deletion roles/alacritty/files/window.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
decorations = "full"
dynamic_padding = false
dynamic_title = true
opacity = 0.8
opacity = 0.95
startup_mode = "Fullscreen"

[window.dimensions]
Expand Down
2 changes: 1 addition & 1 deletion roles/osx/tasks/safari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
loop: "{{ osx_safari_settings }}"
loop_control:
loop_var: osx_safari_setting_item
notify: restart safari
notify: Restart safari

0 comments on commit 87d4983

Please sign in to comment.