mirror of
				https://github.com/theoludwig/markdownlint-rule-relative-links.git
				synced 2025-09-09 19:39:29 +02:00 
			
		
		
		
	ci: run tests on Windows and macOS (#15)
This commit is contained in:
		
							
								
								
									
										9
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -8,7 +8,14 @@ on: | |||||||
|  |  | ||||||
| jobs: | jobs: | ||||||
|   test: |   test: | ||||||
|     runs-on: "ubuntu-latest" |     strategy: | ||||||
|  |       fail-fast: false | ||||||
|  |       matrix: | ||||||
|  |         runs-on: | ||||||
|  |           - "ubuntu-latest" | ||||||
|  |           - "windows-latest" | ||||||
|  |           - "macos-latest" | ||||||
|  |     runs-on: "${{ matrix.runs-on }}" | ||||||
|     steps: |     steps: | ||||||
|       - uses: "actions/checkout@v4.2.2" |       - uses: "actions/checkout@v4.2.2" | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user