Skip to content

Commit

Permalink
feat: add clinter to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Hendriks authored and Francois Hendriks committed Nov 11, 2020
1 parent 2ade34f commit f7fa5e0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/clinter.yml
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "clinter",
"name": "clinter-test",
"version": "1.11.0",
"description": "A cli tool to quickly generate eslint configurations",
"main": "build/index.js",
Expand Down

0 comments on commit f7fa5e0

Please sign in to comment.