You've already forked markdownlint-docker
							
							Compare commits
	
		
			9 Commits
		
	
	
		
			v0.45.0
			...
			aac868a56b
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| aac868a56b | |||
| 49a66940a7 | |||
| 7875f99675 | |||
| ce83fc93c8 | |||
| c73a647c8b | |||
| 7a88653b85 | |||
| a7663c7038 | |||
| f142f0e5ef | |||
| 5627e4f74e | 
| @@ -15,9 +15,9 @@ jobs: | ||||
|   build-arm64: | ||||
|     runs-on: ubuntu-latest-arm64 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v4.2.2 | ||||
|       - uses: actions/checkout@v5.0.0 | ||||
|       - uses: docker/setup-qemu-action@v3.6.0 | ||||
|       - uses: docker/setup-buildx-action@v3.10.0 | ||||
|       - uses: docker/setup-buildx-action@v3.11.1 | ||||
|  | ||||
|       - name: Build image | ||||
|         run: | | ||||
| @@ -33,9 +33,9 @@ jobs: | ||||
|   build-amd64: | ||||
|     runs-on: ubuntu-latest-amd64 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v4.2.2 | ||||
|       - uses: actions/checkout@v5.0.0 | ||||
|       - uses: docker/setup-qemu-action@v3.6.0 | ||||
|       - uses: docker/setup-buildx-action@v3.10.0 | ||||
|       - uses: docker/setup-buildx-action@v3.11.1 | ||||
|  | ||||
|       - name: Build image | ||||
|         run: | | ||||
|   | ||||
| @@ -16,7 +16,7 @@ jobs: | ||||
|     runs-on: | ||||
|     - ubuntu-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@v4.2.2 | ||||
|     - uses: DavidAnson/markdownlint-cli2-action@v19.1.0 | ||||
|     - uses: actions/checkout@v5.0.0 | ||||
|     - uses: DavidAnson/markdownlint-cli2-action@v20.0.0 | ||||
|       with: | ||||
|         globs: '**/*.md' | ||||
|   | ||||
| @@ -9,11 +9,11 @@ jobs: | ||||
|   push-arm64: | ||||
|     runs-on: ubuntu-latest-arm64 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v4.2.2 | ||||
|       - uses: actions/checkout@v5.0.0 | ||||
|       - uses: docker/setup-qemu-action@v3.6.0 | ||||
|       - uses: docker/setup-buildx-action@v3.10.0 | ||||
|       - uses: docker/setup-buildx-action@v3.11.1 | ||||
|  | ||||
|       - uses: docker/login-action@v3.4.0 | ||||
|       - uses: docker/login-action@v3.5.0 | ||||
|         with: | ||||
|           registry: git.cryptic.systems | ||||
|           username: ${{ github.repository_owner }} | ||||
| @@ -35,11 +35,11 @@ jobs: | ||||
|   push-amd64: | ||||
|     runs-on: ubuntu-latest-amd64 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v4.2.2 | ||||
|       - uses: actions/checkout@v5.0.0 | ||||
|       - uses: docker/setup-qemu-action@v3.6.0 | ||||
|       - uses: docker/setup-buildx-action@v3.10.0 | ||||
|       - uses: docker/setup-buildx-action@v3.11.1 | ||||
|  | ||||
|       - uses: docker/login-action@v3.4.0 | ||||
|       - uses: docker/login-action@v3.5.0 | ||||
|         with: | ||||
|           registry: git.cryptic.systems | ||||
|           username: ${{ github.repository_owner }} | ||||
| @@ -64,7 +64,7 @@ jobs: | ||||
|     - push-arm64 | ||||
|     - push-amd64 | ||||
|     steps: | ||||
|       - uses: docker/login-action@v3.4.0 | ||||
|       - uses: docker/login-action@v3.5.0 | ||||
|         with: | ||||
|           registry: git.cryptic.systems | ||||
|           username: ${{ github.repository_owner }} | ||||
|   | ||||
| @@ -13,7 +13,7 @@ jobs: | ||||
|     runs-on: | ||||
|     - ubuntu-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@v4.2.2 | ||||
|     - uses: actions/checkout@v5.0.0 | ||||
|     - uses: peter-evans/dockerhub-description@v4.0.2 | ||||
|       with: | ||||
|         username: ${{ secrets.DOCKER_IO_USERNAME }} | ||||
|   | ||||
| @@ -6,5 +6,5 @@ This project contains all sources to build the container image `git.cryptic.syst | ||||
| primary goal of this project is to package the binary `markdownlint-ci` as container image. The source code of the | ||||
| binary can be found in the upstream project of [igorshubovych](https://github.com/igorshubovych/markdownlint-cli). | ||||
|  | ||||
| The workflow or how `markdownlint-ci` can in general be used is documented | ||||
| [here](https://github.com/igorshubovych/markdownlint-cli#usage). | ||||
| The workflow or how `markdownlint-ci` can be used is pretty good | ||||
| [documented](https://github.com/igorshubovych/markdownlint-cli#usage). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user