Skip to content

Commit

Permalink
update more things
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisx8 committed Jun 7, 2024
1 parent 05a4987 commit 8a0666b
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 57 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: dependency review
on:
on: # yamllint disable-line rule:truthy
pull_request:
jobs:
dependency-review:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: pre-commit checks
on:
on: # yamllint disable-line rule:truthy
pull_request:
jobs:
pre-commit:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
hooks:
- id: remove-crlf
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -30,7 +30,7 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/ansible-community/ansible-lint
rev: v24.2.1
rev: v24.6.0
hooks:
- id: ansible-lint
args:
Expand Down
24 changes: 17 additions & 7 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
---

extends: default

yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'

rules:
document-start: disable
braces:
max-spaces-inside: 1
comments:
min-spaces-from-content: 1
comments-indentation: false
document-start:
level: error
line-length:
max: 120
octal-values:
forbid-explicit-octal: true
forbid-implicit-octal: true
truthy:
level: error

yaml-files:
- "*.yaml"
- "*.yml"
- ".yamllint"
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Yet another homelab dashboard with ZERO Javascript, powered by TailwindCSS and A

LauncherTW is an Ansible role, which means you need to install Ansible.

You can install Ansible with your OS's package manager, such as `apt`, `dnf`, `pacman`, or `brew`. You can also [install with `pip`](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html).

### Tailwind CSS

LauncherTW uses [Tailwind CSS](https://tailwindcss.com/), specifically the `tailwindcss` CLI. To install, run:
Expand Down
88 changes: 44 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a0666b

Please sign in to comment.