Skip to content

Commit

Permalink
Update linting and refactor settings.other in git
Browse files Browse the repository at this point in the history
+ Refactor setting.Other and remove unused SHOW_FOOTER_BRANDING as announced in https://github.com/go-gitea/gitea/releases/tag/v1.20.0
+ Update linting action definition
  • Loading branch information
DO1JLR committed Jul 19, 2023
1 parent 6325369 commit 63a83eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ansible-linting-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@
name: Ansible Lint check

# yamllint disable-line rule:truthy
on:
push:
branches: '*'
pull_request:
branches: '*'
on: [push, pull_request]

jobs:
build:

name: Ansible Lint
runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Here are all our ansible roles for installing git server.
## Using this Collection
You can install the collection using ansible-galaxy by running:
```bash
ansible-galaxy collection install l3d.git:1.0.7
ansible-galaxy collection install l3d.git:1.0.8
```

Remember you can to Upgrade to the latest version of the l3d.git collection using the ``--upgrade`` parameter:
Expand Down Expand Up @@ -43,7 +43,7 @@ You can also list a collection in ``requirements.yml``:
---
collections:
- name: l3d.git
version: ">=1.0.7"
version: ">=1.0.8"
```
## Include roles in your playbook
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: l3d
name: git

# The version of the collection. Must be compatible with semantic versioning
version: 1.0.7
version: 1.0.8

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion roles/gitea

0 comments on commit 63a83eb

Please sign in to comment.