mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 05:57:36 +01:00 
			
		
		
		
	Merge pull request #646 from angristan/lint-action-shellcheck-env
ci(shellcheck): use env for action instead of args
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							| @@ -14,8 +14,8 @@ jobs: | ||||
|     - uses: actions/checkout@master | ||||
|     - name: shellcheck | ||||
|       uses: ludeeus/action-shellcheck@0.0.1 | ||||
|       with: | ||||
|         args: openvpn-install.sh -e SC1091,SC2164,SC2034,SC1072,SC1073,SC1009 | ||||
|       env: | ||||
|         SHELLCHECK_OPTS: -e SC1091,SC2164,SC2034,SC1072,SC1073,SC1009 | ||||
|   shfmt: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stanislas
					Stanislas