mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-04 04:44:31 +01:00 
			
		
		
		
	Remove lint
We have to investigate on this, because after the Typescript integration is not working anymore, so I have to deepen how we can configure the usage with TypesScript.
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/nodejs.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/nodejs.yml
									
									
									
									
										vendored
									
									
								
							@@ -3,7 +3,7 @@ name: Node CI
 | 
			
		||||
on: [push]
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  build:
 | 
			
		||||
  test:
 | 
			
		||||
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
 | 
			
		||||
@@ -12,10 +12,9 @@ jobs:
 | 
			
		||||
    - uses: actions/setup-node@v1
 | 
			
		||||
      with:
 | 
			
		||||
        node-version: 12.x
 | 
			
		||||
    - name: npm install, build, and test
 | 
			
		||||
    - name: npm install and test
 | 
			
		||||
      run: |
 | 
			
		||||
        npm ci
 | 
			
		||||
        npm run lint
 | 
			
		||||
        npm test
 | 
			
		||||
      env:
 | 
			
		||||
        CI: true
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user