mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			7e4e12385f
			...
			d6ab2cc1e4
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					d6ab2cc1e4 | ||
| 
						 | 
					13baa42993 | ||
| 
						 | 
					b485fdc18d | 
							
								
								
									
										2
									
								
								.github/workflows/check-libxrpl.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/check-libxrpl.yml
									
									
									
									
										vendored
									
									
								
							@@ -25,7 +25,7 @@ jobs:
 | 
				
			|||||||
          fetch-depth: 0
 | 
					          fetch-depth: 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Prepare runner
 | 
					      - name: Prepare runner
 | 
				
			||||||
        uses: XRPLF/actions/.github/actions/prepare-runner@99685816bb60a95a66852f212f382580e180df3a
 | 
					        uses: XRPLF/actions/.github/actions/prepare-runner@8abb0722cbff83a9a2dc7d06c473f7a4964b7382
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          disable_ccache: true
 | 
					          disable_ccache: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/clang-tidy.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/clang-tidy.yml
									
									
									
									
										vendored
									
									
								
							@@ -40,7 +40,7 @@ jobs:
 | 
				
			|||||||
          fetch-depth: 0
 | 
					          fetch-depth: 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Prepare runner
 | 
					      - name: Prepare runner
 | 
				
			||||||
        uses: XRPLF/actions/.github/actions/prepare-runner@99685816bb60a95a66852f212f382580e180df3a
 | 
					        uses: XRPLF/actions/.github/actions/prepare-runner@8abb0722cbff83a9a2dc7d06c473f7a4964b7382
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          disable_ccache: true
 | 
					          disable_ccache: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/docs.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docs.yml
									
									
									
									
										vendored
									
									
								
							@@ -23,7 +23,7 @@ jobs:
 | 
				
			|||||||
          lfs: true
 | 
					          lfs: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Prepare runner
 | 
					      - name: Prepare runner
 | 
				
			||||||
        uses: XRPLF/actions/.github/actions/prepare-runner@99685816bb60a95a66852f212f382580e180df3a
 | 
					        uses: XRPLF/actions/.github/actions/prepare-runner@8abb0722cbff83a9a2dc7d06c473f7a4964b7382
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          disable_ccache: true
 | 
					          disable_ccache: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							@@ -110,7 +110,7 @@ jobs:
 | 
				
			|||||||
    with:
 | 
					    with:
 | 
				
			||||||
      delete_pattern: "nightly-*"
 | 
					      delete_pattern: "nightly-*"
 | 
				
			||||||
      prerelease: true
 | 
					      prerelease: true
 | 
				
			||||||
      title: "Clio development (nightly) build"
 | 
					      title: "Clio development build (`nightly-${{ needs.get_date.outputs.date }}`)"
 | 
				
			||||||
      version: nightly-${{ needs.get_date.outputs.date }}
 | 
					      version: nightly-${{ needs.get_date.outputs.date }}
 | 
				
			||||||
      header: >
 | 
					      header: >
 | 
				
			||||||
        > **Note:** Please remember that this is a development release and it is not recommended for production use.
 | 
					        > **Note:** Please remember that this is a development release and it is not recommended for production use.
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/pre-commit-autoupdate.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/pre-commit-autoupdate.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,8 +1,8 @@
 | 
				
			|||||||
name: Pre-commit auto-update
 | 
					name: Pre-commit auto-update
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  # every first day of the month
 | 
					 | 
				
			||||||
  schedule:
 | 
					  schedule:
 | 
				
			||||||
 | 
					    # every first day of the month
 | 
				
			||||||
    - cron: "0 0 1 * *"
 | 
					    - cron: "0 0 1 * *"
 | 
				
			||||||
  pull_request:
 | 
					  pull_request:
 | 
				
			||||||
    branches: [release/*, develop]
 | 
					    branches: [release/*, develop]
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/reusable-build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/reusable-build.yml
									
									
									
									
										vendored
									
									
								
							@@ -95,7 +95,7 @@ jobs:
 | 
				
			|||||||
          ref: ${{ github.ref }}
 | 
					          ref: ${{ github.ref }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Prepare runner
 | 
					      - name: Prepare runner
 | 
				
			||||||
        uses: XRPLF/actions/.github/actions/prepare-runner@99685816bb60a95a66852f212f382580e180df3a
 | 
					        uses: XRPLF/actions/.github/actions/prepare-runner@8abb0722cbff83a9a2dc7d06c473f7a4964b7382
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          disable_ccache: ${{ !inputs.download_ccache }}
 | 
					          disable_ccache: ${{ !inputs.download_ccache }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/reusable-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/reusable-release.yml
									
									
									
									
										vendored
									
									
								
							@@ -56,7 +56,7 @@ jobs:
 | 
				
			|||||||
          fetch-depth: 0
 | 
					          fetch-depth: 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Prepare runner
 | 
					      - name: Prepare runner
 | 
				
			||||||
        uses: XRPLF/actions/.github/actions/prepare-runner@99685816bb60a95a66852f212f382580e180df3a
 | 
					        uses: XRPLF/actions/.github/actions/prepare-runner@8abb0722cbff83a9a2dc7d06c473f7a4964b7382
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          disable_ccache: true
 | 
					          disable_ccache: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/upload-conan-deps.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/upload-conan-deps.yml
									
									
									
									
										vendored
									
									
								
							@@ -72,7 +72,7 @@ jobs:
 | 
				
			|||||||
      - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
 | 
					      - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Prepare runner
 | 
					      - name: Prepare runner
 | 
				
			||||||
        uses: XRPLF/actions/.github/actions/prepare-runner@99685816bb60a95a66852f212f382580e180df3a
 | 
					        uses: XRPLF/actions/.github/actions/prepare-runner@8abb0722cbff83a9a2dc7d06c473f7a4964b7382
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          disable_ccache: true
 | 
					          disable_ccache: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user