-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Francois Hendriks
authored and
Francois Hendriks
committed
Nov 11, 2020
1 parent
2ade34f
commit f7fa5e0
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Run clinter every 5 minutes | ||
|
||
on: [push] | ||
# schedule: | ||
# - cron: "*/1 * * * *" | ||
|
||
jobs: | ||
clinter: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Install latest version of clinter | ||
run: npm install clinter@latest --no-save | ||
|
||
- name: Run clinter | ||
run: npx clinter --auto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters