Skip to content

Commit bfb4e47

Browse files
committed
More Linter Cleanup
1 parent b2880ee commit bfb4e47

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

.github/workflows/awesome-bot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Ruby
2+
3+
on:
4+
push:
5+
branches: [ '*' ]
6+
pull_request:
7+
branches: [ '*' ]
8+
9+
jobs:
10+
build:
11+
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- uses: actions/checkout@v3
16+
- name: Set up Ruby 2.6
17+
uses: ruby/setup-ruby@v1
18+
with:
19+
ruby-version: '2.6'
20+
- name: Checks
21+
run: |
22+
gem install awesome_bot
23+
awesome_bot README.md --allow-ssl -a 302,429 -w xbmc/xbmc
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: awesome-lint
22
on:
33
pull_request:
44
branches: [ master ]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ This list is an exploration of the world of UNIX®, including UNIX history, the
88
- [What is UNIX](#what-is-unix)
99
- [Why is UNIX relevant today](#why-is-unix-relevant-today)
1010
- [Disambiguation: AT&T UNIX®, UNIX® Certification, UNIX®-Like, and Linux®](#disambiguation-att-unix-unix-certification-unix-like-and-linux)
11-
- [Commercial UNIX](#commercial-unix)
11+
- [Commercial UNIX](https://github.com/sirredbeard/Awesome-UNIX#commercial-unix)
1212
- ["Unix Philosophy"](#unix-philosophy)
1313
- [AT&T UNIX®-Derived Descendants, e.g FreeBSD®](#att-unix-derived-descendants-eg-freebsd)
1414
- [Unix®-Like Operating Systems, e.g. Linux®](#unix-like-operating-systems-eg-linux)
1515
- [*NIXes](#nixes)
16-
- [Certified UNIX Operating Systems](#certified-unix-operating-systems)
16+
- [Certified UNIX Operating Systems](https://github.com/sirredbeard/Awesome-UNIX#certified-unix-operating-systems)
1717
- [AT&T UNIX®-Derived Operating Systems](#att-unix-derived-operating-systems)
1818
- [UNIX-Certified Linux-Based Operating Systems](#unix-certified-linux-based-operating-systems)
19-
- [Linux](#linux)
19+
- [Linux](https://github.com/sirredbeard/Awesome-UNIX#linux)
2020
- [Most Unix®-Like Engineered Linux](#most-unix-like-engineered-linux-distributions-)
2121
- [Popular Commercial Linux® Distributions](#popular-commercial-linux-distributions-)
2222
- [Popular Non-Commercial Linux® Distributions](#popular-non-commercial-linux-distributions-)

0 commit comments

Comments
 (0)