Commit Graph

54 Commits

Author SHA1 Message Date
Xithrius
2b422b4a1d
Making sure that coverage is done only after built-test 2024-04-29 00:33:51 -07:00
dependabot[bot]
8959b45b25
Bump peaceiris/actions-gh-pages from 3 to 4 (#579)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-21 21:47:43 -07:00
dependabot[bot]
479d05d4a0
Bump peaceiris/actions-mdbook from 1 to 2 (#578)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-21 21:45:25 -07:00
dependabot[bot]
3c426e9316
Bump codecov/codecov-action from 3 to 4 (#531)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-05 10:04:23 -08:00
dependabot[bot]
e5ec1ba4c0
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 07:48:14 +00:00
dependabot[bot]
6ee313bf8f
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 07:04:36 +00:00
Xithrius
72c9741506
CodeCov CI integration 2023-10-28 22:57:37 -07:00
Xithrius
ab59861be9
Flakehub CI, config, bumped ratatui to 0.24.0 2023-10-23 21:27:19 -07:00
Xithrius
e145602fb6
Flakehub release workflow 2023-10-23 20:25:46 -07:00
dependabot[bot]
98d18341d4
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 07:13:10 +00:00
dependabot[bot]
c75bbbe5b0
Bump actions/checkout from 2 to 3 (#305)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 00:58:12 -08:00
dependabot[bot]
6eedfe7d64
Bump actions/upload-artifact from 2 to 3 (#283)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-14 18:27:15 -08:00
Xithrius
8faa3c0805
Dependabot checks updates for actions, lockfile updated 2023-01-14 17:21:30 -08:00
Xithrius
341e94926e
Updated wording within some files
README from "Other" to "More" information, Added Xithrius to list of
authors of book, renamed mdbook file for capitalization
2023-01-08 21:01:37 -08:00
Nadhem
258b884339
Feat/yoink gh pages workflow (#233)
Co-authored-by: Xithrius <15021300+Xithrius@users.noreply.github.com>
2022-10-07 04:00:53 +00:00
Xithrius
c8ad42da0b
Dependabot should've always been on weekly 2022-10-03 19:27:14 -07:00
Xithrius
9e2c98b747
Clap 4.0 (#227) 2022-10-01 17:34:42 -07:00
Xithrius
4365fa259c
More editing/formatting configs 2022-09-02 00:03:30 -07:00
Xithrius
7c1479d58b
Added audit workflow to check for security vulnerabilities 2022-08-31 16:20:00 -07:00
Xithrius
d40efea8c0
Removed releases workflow for now.
Commit before deletion exists in branch https://github.com/Xithrius/twitch-tui/tree/binary-releases
2022-06-13 21:49:59 -07:00
Xithrius
5634b8cada
On tag publish, release binaries are generated 2022-05-26 15:47:56 -07:00
Xithrius
41b6ccc343
Removed aarch64 builds for now.
Too complex to get working as of now. Will attempt again sometime in the future.

Closes #130, #126, #132.

At this point, x86_64 works perfectly fine.
2022-04-23 18:26:03 -07:00
Xithrius
273a3b0b47
New linker and apt packages for aarch64-unknown-linux 2022-04-05 16:37:50 -07:00
Xithrius
0224921230
Giving more dependencies for CI with openssl-sys on aarch64-unknown-linux-gnu 2022-04-02 15:45:39 -07:00
Xithrius
bff6f734a3
Added libssl-dev dependency for aarch64-unknown-linux-gnu 2022-04-02 15:28:35 -07:00
Xithrius
6b47c70795
Added CI dependencies for specific operating systems 2022-04-02 15:08:24 -07:00
Xithrius
e3d03b4ba9
More operating systems, more architectures 2022-04-02 15:00:04 -07:00
Xithrius
5647b7c34b
Fixed status_embed workflow accidental skipping 2022-03-26 04:07:08 -07:00
Xithrius
d089139d92
A little bit of formatting 2022-03-26 03:53:34 -07:00
Xithrius
48e3f54cec
Deleted concurrency. 2022-03-24 03:09:39 -07:00
Xithrius
55d76989a5
Status embeds was broken on other branches besides main, now artifacts are always checked 2022-03-24 02:24:58 -07:00
Xithrius
6ae25bc198
Bumped status_embed version from 0.2.1 to main 2022-03-02 16:19:51 -08:00
Xithrius
5c44ec5df0
Updated webhook ID for status embed 2022-03-01 17:59:35 -08:00
Xithrius
5d40e7087a
Added better status embed 2022-03-01 17:38:32 -08:00
Xithrius
408389eab0
Creation of different funding ways. 2022-02-22 13:18:39 -08:00
Xithrius
b0d860a136
Old to new GitHub template feature request 2022-02-22 01:58:59 -08:00
Xithrius
7fcf25f861
Remove useless template information 2022-02-22 01:52:41 -08:00
Xithrius
7fecea915d
Appeased pre-commit 2022-01-27 23:01:07 -08:00
Xithrius
417a607e0f Added feature request template 2022-01-27 22:58:54 -08:00
Xithrius
00cc8211e7 Created bug report template 2022-01-27 22:56:40 -08:00
Xithrius
5456ff9812
This workflow was a meme.
And now it just annoys me.
2022-01-12 18:59:24 -08:00
Xithrius
4206ec2d29
Publish to crates.io on release creation 2021-11-16 15:40:16 -08:00
Xithrius
de02a8035c
Added greetings workflow 2021-10-30 19:28:22 -07:00
Xithrius
ebc90f12d1
Added clippy to workflow 2021-09-25 00:20:02 -07:00
Xithrius
3ab4f8ff57
Moved CI into one file, lint depends on build 2021-09-19 17:26:40 -07:00
Xithrius
958fa1ceb3
This program needs multiple threads to run 2021-09-19 01:11:04 -07:00
Xithrius
cf86e93bbc
Build/test across Linux/MacOS/Windows 2021-09-19 01:08:36 -07:00
Xithrius
a6b40f6c55
A little bit of formatting 2021-09-04 03:06:19 -07:00
Xithrius
d0a4c856ae
Renamed building workflow 2021-09-03 23:55:12 -07:00
Xithrius
4005e31b1b
Added catjam workflow 2021-09-03 23:44:39 -07:00