This commit is contained in:
Core 2023-01-17 20:15:33 +00:00
parent 6ad53debe1
commit 6653f10283
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
8 changed files with 17 additions and 10219 deletions

View file

@ -15,25 +15,17 @@ jobs:
- name: Checkout 🛎
uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
name: Setup pnpm 🚧
id: pnpm-install
with:
version: 7
run_install: false
- name: Setup node env 🏗
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
check-latest: true
cache: 'pnpm'
- name: Install dependencies 👨🏻‍💻
run: pnpm install
run: npm run bootstrap
- name: Run linter 👀
run: pnpm format:write
run: npm run format:write
- name: Comment Suggestions 🗒️
uses: getsentry/action-git-diff-suggestions@main