Skip to content

Commit 2ce3dda

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

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/clinter.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
- name: Install latest version of clinter
13+
run: npm install clinter@latest --no-save
14+
15+
- name: Run clinter
16+
run: npx clinter --auto

0 commit comments

Comments
 (0)