Skip to content

fix: typo in workflows folder #1

fix: typo in workflows folder

fix: typo in workflows folder #1

Workflow file for this run

name: DotMH Linting Publish Actions
run-name: "${{ github.actor }} - ${{ github.workflow }} - ${{ github.run_number }}"
on:
- push:
branches:
- main
jobs:
TestAndLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: "9"
- name: Node
uses: actions/setup-node@v4
with:
node-version: "20.14.0"
cache: "pnpm"
- run: pnpm install
- name: publish
run: pnpm workspace:publish