mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	one workflow for PR checks
This commit is contained in:
		| @@ -1,6 +1,6 @@ | |||||||
| # Check that the version number format matches the current branch | # Checks for each PR | ||||||
| 
 | 
 | ||||||
| name: Version Numbering | name: PR checks | ||||||
| 
 | 
 | ||||||
| on: | on: | ||||||
|   pull_request: |   pull_request: | ||||||
| @@ -9,7 +9,8 @@ on: | |||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
| 
 | 
 | ||||||
|   check: |   check_version: | ||||||
|  |     name: check version number | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
| 
 | 
 | ||||||
|     steps: |     steps: | ||||||
		Reference in New Issue
	
	Block a user