.
This commit is contained in:
		
							
								
								
									
										24
									
								
								qwen/nodejs/node_modules/busboy/.github/workflows/ci.yml
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								qwen/nodejs/node_modules/busboy/.github/workflows/ci.yml
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,24 @@
 | 
			
		||||
name: CI
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  pull_request:
 | 
			
		||||
  push:
 | 
			
		||||
    branches: [ master ]
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  tests-linux:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    strategy:
 | 
			
		||||
      fail-fast: false
 | 
			
		||||
      matrix:
 | 
			
		||||
        node-version: [10.16.0, 10.x, 12.x, 14.x, 16.x]
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
      - name: Use Node.js ${{ matrix.node-version }}
 | 
			
		||||
        uses: actions/setup-node@v1
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: ${{ matrix.node-version }}
 | 
			
		||||
      - name: Install module
 | 
			
		||||
        run: npm install
 | 
			
		||||
      - name: Run tests
 | 
			
		||||
        run: npm test
 | 
			
		||||
							
								
								
									
										23
									
								
								qwen/nodejs/node_modules/busboy/.github/workflows/lint.yml
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								qwen/nodejs/node_modules/busboy/.github/workflows/lint.yml
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,23 @@
 | 
			
		||||
name: lint
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  pull_request:
 | 
			
		||||
  push:
 | 
			
		||||
    branches: [ master ]
 | 
			
		||||
 | 
			
		||||
env:
 | 
			
		||||
  NODE_VERSION: 16.x
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  lint-js:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
      - name: Use Node.js ${{ env.NODE_VERSION }}
 | 
			
		||||
        uses: actions/setup-node@v1
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: ${{ env.NODE_VERSION }}
 | 
			
		||||
      - name: Install ESLint + ESLint configs/plugins
 | 
			
		||||
        run: npm install --only=dev
 | 
			
		||||
      - name: Lint files
 | 
			
		||||
        run: npm run lint
 | 
			
		||||
		Reference in New Issue
	
	Block a user