Skip to content

Commit 739dcb4

Browse files
pre-commit
1 parent 5ab2783 commit 739dcb4

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

.github/workflows/auto_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
run: gh pr merge --auto --merge "$PR_URL"
2323
env:
2424
PR_URL: ${{github.event.pull_request.html_url}}
25-
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
25+
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
include:
2323
- os: ubuntu-latest
2424
target: x86_64-unknown-linux-gnu
25-
25+
2626
- os: ubuntu-latest
2727
target: aarch64-unknown-linux-gnu
2828

@@ -31,7 +31,7 @@ jobs:
3131

3232
- os: macOS-latest
3333
target: aarch64-apple-darwin
34-
34+
3535
runs-on: ${{ matrix.os }}
3636
steps:
3737
- uses: actions/checkout@v4
@@ -40,15 +40,15 @@ jobs:
4040
with:
4141
toolchain: stable
4242
targets: ${{ matrix.target }}
43-
43+
4444
- name: Build binary
4545
uses: houseabsolute/actions-rust-cross@v0
4646
with:
4747
command: build
4848
target: ${{ matrix.target }}
4949
args: "--locked --release"
5050
strip: true
51-
51+
5252
- name: Run the binary
5353
if: matrix.target != 'aarch64-unknown-linux-gnu'
54-
run: ./target/${{ matrix.target }}/release/gitrack -p /tmp
54+
run: ./target/${{ matrix.target }}/release/gitrack -p /tmp

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
toolchain: stable
5252
targets: ${{ matrix.platform.target }}
53-
53+
5454
- name: Build binary
5555
uses: houseabsolute/actions-rust-cross@v0
5656
with:

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<!-- START OF TOC !DO NOT EDIT THIS CONTENT MANUALLY-->
2+
**Table of Contents** *generated with [mtoc](https://github.com/containerscrew/mtoc)*
3+
- [Changelog](#changelog)
4+
- [[2.2.0] - 2025-02-14](#[2.2.0]---2025-02-14)
5+
- [[2.1.1] - 2025-02-14](#[2.1.1]---2025-02-14)
6+
- [[2.1.0] - 2025-02-14](#[2.1.0]---2025-02-14)
7+
- [[2.0.0] - 2024-08-23](#[2.0.0]---2024-08-23)
8+
- [[1.1.0] - 2024-08-23](#[1.1.0]---2024-08-23)
9+
- [[1.0.0] - 2024-08-22](#[1.0.0]---2024-08-22)
10+
<!-- END OF TOC -->
111
# Changelog
212

313
All notable changes to this project will be documented in this file.

0 commit comments

Comments
 (0)