stuff
This commit is contained in:
parent
6ad53debe1
commit
6653f10283
8 changed files with 17 additions and 10219 deletions
12
.github/workflows/dev-chores.yml
vendored
12
.github/workflows/dev-chores.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue