Skip to content

Commit 69db9d2

Browse files
committed
ci: setup awesome-lint
1 parent 631da23 commit 69db9d2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: CI
2+
on:
3+
push:
4+
pull_request:
5+
branches: [main]
6+
jobs:
7+
awesome_lint:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v6
11+
- run: |
12+
npx awesome-lint
13+
npx awesome-lint README.ES.md
14+
npx awesome-lint README.FR.md
15+
npx awesome-lint README.PL-PL.md
16+
npx awesome-lint README.PT-BR.md

0 commit comments

Comments
 (0)