Skip to content

Commit b2ed2d1

Browse files
committed
add awesome-lint action
1 parent a8deb60 commit b2ed2d1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/awesome-lint.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Awesome readme lint
2+
on:
3+
pull_request:
4+
types: [opened, synchronize]
5+
branches:
6+
- master
7+
jobs:
8+
build:
9+
name: awesome readme lint
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: Scrum/awesome-lint-action@v0.1.0
14+
with:
15+
entry: 'path/to/file'
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)