Skip to content

Commit

Permalink
ci: add sherif to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot-Alexander committed Jan 13, 2024
1 parent 87cfbfd commit 80238ad
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ on:
branches-ignore:
- main
jobs:
sherif:
name: Monorepo Sherif
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: 'pnpm'

- name: Run sherif
run: pnpm dlx sherif@latest

lint:
name: Lint and Format
runs-on: ubuntu-latest
Expand Down

0 comments on commit 80238ad

Please sign in to comment.