Skip to content

fix cant push to artifact #198

fix cant push to artifact

fix cant push to artifact #198

Workflow file for this run

name: Lint
on:
workflow_dispatch:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install pnpm
uses: pnpm/action-setup@v3
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm run lint