mirror of
				https://github.com/fjosw/pyerrors.git
				synced 2025-11-04 01:25:46 +01:00 
			
		
		
		
	Merge branch 'develop' into documentation
This commit is contained in:
		
				commit
				
					
						8a798c838d
					
				
			
		
					 4 changed files with 58 additions and 9 deletions
				
			
		
							
								
								
									
										15
									
								
								.github/workflows/ruff.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								.github/workflows/ruff.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,15 @@
 | 
			
		|||
name: ruff
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches:
 | 
			
		||||
      - master
 | 
			
		||||
      - develop
 | 
			
		||||
  pull_request:
 | 
			
		||||
jobs:
 | 
			
		||||
  ruff:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v4
 | 
			
		||||
      - uses: astral-sh/ruff-action@v2
 | 
			
		||||
        with:
 | 
			
		||||
          src: "./pyerrors"
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue