mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 05:57:36 +01:00 
			
		
		
		
	Add GitHub actions workflow for shellcheck (#458)
* Remove Travis * Add GitHub actions workflow for shellcheck
This commit is contained in:
		
							
								
								
									
										11
									
								
								.github/wrokflows/push.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								.github/wrokflows/push.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| on: push | ||||
| name: ShellCheck | ||||
| jobs: | ||||
|   shellcheck: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@master | ||||
|     - name: shellcheck | ||||
|       uses: actions/bin/shellcheck@master | ||||
|       with: | ||||
|         args: wireguard-install.sh -e SC1091,SC2164,SC2034,SC1072,SC1073,SC1009 | ||||
| @@ -1,4 +0,0 @@ | ||||
| language: shell | ||||
|  | ||||
| script: | ||||
|   - shellcheck -e SC1091,SC2164,SC2034,SC1072,SC1073,SC1009 openvpn-install.sh | ||||
		Reference in New Issue
	
	Block a user
	 Stanislas
					Stanislas