Skip to content

replace yarn usage with pnpm in deploy gh action #59

replace yarn usage with pnpm in deploy gh action

replace yarn usage with pnpm in deploy gh action #59

Workflow file for this run

name: pre-commit
on:
push:
branches:
- main
pull_request:
branches:
- main
defaults:
run:
shell: bash
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: pre-commit/action@v3.0.1
env:
SKIP: eslint,tsc,vale