forked from schulze/bam
		
	Update .gitea/workflows/lint.yml
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
name: Lint
 | 
			
		||||
name: Check
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  pull_request:
 | 
			
		||||
@@ -7,8 +7,8 @@ on:
 | 
			
		||||
      - '**' # matches every branch
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  eslint:
 | 
			
		||||
    name: Lint
 | 
			
		||||
  lint_and_check:
 | 
			
		||||
    name: Lint and Check
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
@@ -24,5 +24,5 @@ jobs:
 | 
			
		||||
      - name: Install dependencies
 | 
			
		||||
        run: npm ci
 | 
			
		||||
 | 
			
		||||
      - name: Run lint check
 | 
			
		||||
        run: npm run lint
 | 
			
		||||
      - name: Run check
 | 
			
		||||
        run: npm run check
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user