mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	Refactor CI workflow step names for clarity by adding descriptive titles for dependency installation and checks.
This commit is contained in:
		@@ -16,5 +16,7 @@ jobs:
 | 
				
			|||||||
        uses: actions/setup-node@v4
 | 
					        uses: actions/setup-node@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          node-version: 22
 | 
					          node-version: 22
 | 
				
			||||||
      - run: npm ci
 | 
					      - name: Install dependencies
 | 
				
			||||||
      - run: npm run check
 | 
					        run: npm ci
 | 
				
			||||||
 | 
					      - name: Run checks
 | 
				
			||||||
 | 
					        run: npm run check
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user