Skip to content

Commit 358d045

Browse files
committed
Add awesome-lint GitHub Action
1 parent 98d538a commit 358d045

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: CI
2+
on:
3+
pull_request:
4+
branches: [ master ]
5+
push:
6+
jobs:
7+
Awesome_Lint:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
with:
12+
fetch-depth: 0
13+
- run: npx awesome-lint

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Awesome UNIX®
2-
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
1+
# Awesome UNIX® [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
32

43
This list is an exploration of the world of UNIX®, including UNIX history, the relevance of UNIX today, and lists select awesome UNIX and UNIX-like projects. This list also contains resources for UNIX standards, programming, communities, and free software. *This project is not affiliated with, sponsored, or endorsed by The Open Group.*
54

0 commit comments

Comments
 (0)