Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

chore(deps): bump actions/upload-artifact from 3 to 4 #276

chore(deps): bump actions/upload-artifact from 3 to 4

chore(deps): bump actions/upload-artifact from 3 to 4 #276

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
star:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- run: pnpm install --frozen-lockfile
- name: Lint code
run: pnpm lint:ci