Skip to content

Commit

Permalink
add sherif
Browse files Browse the repository at this point in the history
  • Loading branch information
danphilibin committed Sep 17, 2024
1 parent 081f4aa commit 51ed2c9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/sherif.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Sherif

on:
pull_request:
push:

jobs:
check:
name: Run Sherif
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npx [email protected]
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"packageManager": "[email protected]",
"engines": {
"node": ">=20.0.0 <21"
}
},
"private": true
}

0 comments on commit 51ed2c9

Please sign in to comment.