Skip to content

release 0.1.75: bump version to 0.1.75 in package.json, Cargo.toml, C… #72

release 0.1.75: bump version to 0.1.75 in package.json, Cargo.toml, C…

release 0.1.75: bump version to 0.1.75 in package.json, Cargo.toml, C… #72

Workflow file for this run

name: 'Code Formatting with Prettier'
on: [push, pull_request]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup Node.js and Install PNPM
uses: pnpm/action-setup@v2
with:
version: latest
- name: Install Dependencies
run: pnpm install --frozen-lockfile
env:
TIPTAP_PRO_TOKEN: ${{secrets.TIPTAP_PRO_TOKEN}}
- name: Run Lint
run: pnpm lint