Skip to content

Feat/install script

Feat/install script #4

Workflow file for this run

name: qg
on:
push:
branches:
- develop
pull_request:
types:
- opened
- edited
- synchronize
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install workspace
uses: ./.github/actions/install
- name: Lint
run: pnpm lint