Skip to content

Commit

Permalink
Additional linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TGWolf committed Feb 10, 2021
1 parent f096b0a commit f32259c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
matrix:
include:
- language: ruby
name: YAML Linting (rvm 2.7)
rvm: 2.7
before_install:
- git clone https://github.com/TravisToolbox/yaml-lint
install:
- "./yaml-lint/install.sh"
script:
- "./yaml-lint/scan.sh"
- language: ruby
name: Link Checking (rvm 2.7)
rvm: 2.7
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ This changelog was automatically generated using [Caretaker](https://github.com/

### [Unreleased](https://github.com/WolfSoftware/branding/compare/v1.0.0...HEAD)

- Use new TravisToolbox scripts [`[head]`](https://github.com/WolfSoftware/branding/commit/)
- Additional linting [`[head]`](https://github.com/WolfSoftware/branding/commit/)

- Use new TravisToolbox scripts [`[f096b0a]`](https://github.com/WolfSoftware/branding/commit/f096b0a5a3b173ce0fa94ac4c7590de30f8a8438)

- Add new branding images fot github orgs and child repos [`[7eca1ce]`](https://github.com/WolfSoftware/branding/commit/7eca1ce4f6134811230df1ca762a3e0541ed5714)

Expand Down

0 comments on commit f32259c

Please sign in to comment.