This commit is contained in:
		@@ -4,7 +4,7 @@ on:
 | 
			
		||||
  pull_request:
 | 
			
		||||
  push:
 | 
			
		||||
    branches:
 | 
			
		||||
      - '**' # matches every branch
 | 
			
		||||
      - "**" # matches every branch
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  lint_and_typecheck:
 | 
			
		||||
@@ -19,10 +19,10 @@ jobs:
 | 
			
		||||
        uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: 22
 | 
			
		||||
          cache: 'npm'
 | 
			
		||||
          cache: "pnpm"
 | 
			
		||||
 | 
			
		||||
      - name: Install dependencies
 | 
			
		||||
        run: npm ci
 | 
			
		||||
        run: pnpm install
 | 
			
		||||
 | 
			
		||||
      - name: Run check
 | 
			
		||||
        run: npm run check
 | 
			
		||||
        run: pnpm run check
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user