mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 05:57:36 +01:00 
			
		
		
		
	Merge pull request #681 from robiiinos/ci/lint
ci: make linter great again
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							| @@ -7,19 +7,21 @@ on: | ||||
|     - master | ||||
|  | ||||
| name: Lint | ||||
|  | ||||
| jobs: | ||||
|   shellcheck: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@master | ||||
|     - uses: actions/checkout@v2 | ||||
|     - name: shellcheck | ||||
|       uses: ludeeus/action-shellcheck@0.0.1 | ||||
|       uses: ludeeus/action-shellcheck@0.2.1 | ||||
|       env: | ||||
|         SHELLCHECK_OPTS: -e SC1091,SC2164,SC2034,SC1072,SC1073,SC1009 | ||||
|  | ||||
|   shfmt: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@master | ||||
|     - uses: actions/checkout@v2 | ||||
|     - name: shfmt | ||||
|       uses: bltavares/actions/shfmt@master | ||||
|       env: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stanislas
					Stanislas