mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	CI: format YAML file with Prettier
This commit is contained in:
		
							
								
								
									
										59
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										59
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -24,20 +24,20 @@ jobs: | |||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         include: |         include: | ||||||
|           - gcc: '4.4' |           - gcc: "4.4" | ||||||
|           - gcc: '4.6' |           - gcc: "4.6" | ||||||
|           - gcc: '4.7' |           - gcc: "4.7" | ||||||
|           - gcc: '4.8' |           - gcc: "4.8" | ||||||
|           - gcc: '4.9' |           - gcc: "4.9" | ||||||
|           - gcc: '5' |           - gcc: "5" | ||||||
|           - gcc: '6' |           - gcc: "6" | ||||||
|           - gcc: '7' |           - gcc: "7" | ||||||
|             cxxflags: -fsanitize=leak |             cxxflags: -fsanitize=leak | ||||||
|           - gcc: '8' |           - gcc: "8" | ||||||
|             cxxflags: -fsanitize=undefined |             cxxflags: -fsanitize=undefined | ||||||
|           - gcc: '9' |           - gcc: "9" | ||||||
|             cxxflags: -fsanitize=address |             cxxflags: -fsanitize=address | ||||||
|           - gcc: '10' |           - gcc: "10" | ||||||
|     steps: |     steps: | ||||||
|       - name: Install |       - name: Install | ||||||
|         run: | |         run: | | ||||||
| @@ -70,20 +70,20 @@ jobs: | |||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         include: |         include: | ||||||
|           - clang: '3.5' |           - clang: "3.5" | ||||||
|           - clang: '3.6' |           - clang: "3.6" | ||||||
|           - clang: '3.7' |           - clang: "3.7" | ||||||
|           - clang: '3.8' |           - clang: "3.8" | ||||||
|           - clang: '3.9' |           - clang: "3.9" | ||||||
|           - clang: '4.0' |           - clang: "4.0" | ||||||
|           - clang: '5.0' |           - clang: "5.0" | ||||||
|           - clang: '6.0' |           - clang: "6.0" | ||||||
|           - clang: '7' |           - clang: "7" | ||||||
|           - clang: '8' |           - clang: "8" | ||||||
|             cxxflags: -fsanitize=leak |             cxxflags: -fsanitize=leak | ||||||
|           - clang: '9' |           - clang: "9" | ||||||
|             cxxflags: -fsanitize=undefined |             cxxflags: -fsanitize=undefined | ||||||
|           - clang: '10' |           - clang: "10" | ||||||
|             cxxflags: -fsanitize=address |             cxxflags: -fsanitize=address | ||||||
|     steps: |     steps: | ||||||
|       - name: Install |       - name: Install | ||||||
| @@ -117,9 +117,9 @@ jobs: | |||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         include: |         include: | ||||||
|           - xcode: '10.3'           |           - xcode: "10.3" | ||||||
|           - xcode: '11.7' |           - xcode: "11.7" | ||||||
|           - xcode: '12.4' |           - xcode: "12.4" | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v2 |         uses: actions/checkout@v2 | ||||||
| @@ -159,10 +159,10 @@ jobs: | |||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         include: |         include: | ||||||
|           - arduino: '1.6.7' |           - arduino: "1.6.7" | ||||||
|             os: ubuntu-18.04 # java.lang.Error: Cannot load com.sun.java.swing.plaf.gtk.GTKLookAndFeel |             os: ubuntu-18.04 # java.lang.Error: Cannot load com.sun.java.swing.plaf.gtk.GTKLookAndFeel | ||||||
|             board: arduino:avr:uno |             board: arduino:avr:uno | ||||||
|           - arduino: '1.8.2' |           - arduino: "1.8.2" | ||||||
|             board: arduino:samd:mkr1000 |             board: arduino:samd:mkr1000 | ||||||
|     runs-on: ${{ matrix.os || 'ubuntu-latest' }} |     runs-on: ${{ matrix.os || 'ubuntu-latest' }} | ||||||
|     steps: |     steps: | ||||||
| @@ -190,7 +190,7 @@ jobs: | |||||||
|       - name: Set up Python 3.x |       - name: Set up Python 3.x | ||||||
|         uses: actions/setup-python@v2 |         uses: actions/setup-python@v2 | ||||||
|         with: |         with: | ||||||
|           python-version: '3.x'  |           python-version: "3.x" | ||||||
|       - name: Install PlatformIO |       - name: Install PlatformIO | ||||||
|         run: pip install platformio |         run: pip install platformio | ||||||
|       - name: Build |       - name: Build | ||||||
| @@ -216,7 +216,6 @@ jobs: | |||||||
|       - name: Compile |       - name: Compile | ||||||
|         run: extras/ci/particle.sh ${{ matrix.board }} |         run: extras/ci/particle.sh ${{ matrix.board }} | ||||||
|  |  | ||||||
|  |  | ||||||
|   arm: |   arm: | ||||||
|     name: GCC for ARM processor |     name: GCC for ARM processor | ||||||
|     needs: gcc |     needs: gcc | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user