Skip to content

Commit c7e8d01

Browse files
Francois HendriksFrancois Hendriks
authored andcommitted
feat: add clinter to CI
1 parent 2ade34f commit c7e8d01

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/clinter.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Run clinter every 5 minutes
2+
3+
on: [push]
4+
# schedule:
5+
# - cron: "*/1 * * * *"
6+
7+
jobs:
8+
clinter:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: actions/checkout@v2
13+
14+
- name: Install latest version of clinter
15+
run: npm install clinter@latest --no-save
16+
17+
- name: Run clinter
18+
run: npx clinter --auto

0 commit comments

Comments
 (0)