Create syntax.yml
This commit is contained in:
		
							
								
								
									
										12
									
								
								.gitthub/workflows/syntax.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								.gitthub/workflows/syntax.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
name: Check PHP Syntax
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    paths:
 | 
			
		||||
      - './src'
 | 
			
		||||
jobs:
 | 
			
		||||
  build_latex:
 | 
			
		||||
    steps:
 | 
			
		||||
    - name: PHP Syntax Checker (Lint)
 | 
			
		||||
      uses: StephaneBour/actions-php-lint@7.3
 | 
			
		||||
      with:
 | 
			
		||||
        dir: './src'
 | 
			
		||||
		Reference in New Issue
	
	Block a user