Skip to content

Commit

Permalink
ci(packaging): 📦️ fix changelog errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Mar 19, 2024
1 parent 23279fb commit a90fa24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build Debian package
run: cargo xtask dist deb && dpkg-deb -c target/debian/*.deb
- name: Lint Debian package
run: lintian target/debian/*.deb
run: lintian -i target/debian/*.deb
- uses: actions/upload-artifact@v4
with:
name: rsjudge-deb
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"actions",
"rsjudge-rest",
"rsjudge-judger",
"rsjudge-runner"
"rsjudge-runner",
"packaging"
],
"editor.defaultFormatter": "dprint.dprint",
"[dockerfile]": {
Expand Down
6 changes: 3 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rsjudge (0.1.0-1) UNRELEASED; urgency=low

* Initial release
-- Xiaoqing Xuan <[email protected]> Tue, 19 Mar 2024 03:56:24 +0800
* Initial release

-- Xiaoqing Xuan <[email protected]> Tue, 19 Mar 2024 03:56:24 +0800

0 comments on commit a90fa24

Please sign in to comment.