Commit Graph

142 Commits

Author SHA1 Message Date
Adam Perkowski
79eb752552
📔 hotfix(ci): docs/ in the xtasks CI (#785) 2024-10-08 17:12:40 -05:00
Adam Perkowski
01d571fc9e
📔 docs: auto generation (#784)
* remove contributing guidelines duplicate

`docs/contributing.md` is now auto generated

* Commit Contributing Guidelines

* core `xtask` functionality

* almost there

* write panic

* almost almost there

* there.

* remove empty descriptions

* better contributing.md comment

* Commit Contributing Guidelines

* remove entries without descriptions

---------

Co-authored-by: adamperkowski <adamperkowski@users.noreply.github.com>
2024-10-08 16:12:47 -05:00
Chris Titus
e31eccd38d
Merge pull request #745 from jeevithakannan2/main
refact: vhs github action
2024-10-08 15:53:14 -05:00
Chris Titus
64c34f54c5
Merge pull request #658 from cartercanedy/main
Emit all shellcheck errors using github action toolkit annotations and check for tab indentation
2024-10-08 15:34:56 -05:00
Adam Perkowski
49379a7ede
ci: add a spellcheck typos CI (#776)
*  ci: add a spellcheck typos CI

* remove changes files check
2024-10-07 20:43:47 -05:00
cartercanedy
af9453cc17
fix grammar 2024-10-05 19:45:06 -07:00
Carter Canedy
6bec5f8283
make shellcheck emit all errors found and check for tab indentation 2024-10-03 11:55:05 -07:00
JEEVITHA KANNAN K S
ec72005036
Remove install fonts
vhs action downloads jetbrains mono nf by default
2024-10-03 23:54:32 +05:30
JEEVITHA KANNAN K S
1c775048cb
Add vhs github action 2024-10-03 11:43:48 +05:30
Adam Perkowski
2f3c49ed0f
docs: automated dynamic gif previews using vhs (#736)
* use vhs for previews

* some improvements

* some improvements 2

* forgot about those somehow

* and those

* better commit message
2024-10-02 14:49:19 -05:00
Adam Perkowski
9ffa35249b
fix(ci): bashisms.yml. again. will work all the time this time i swear. (#715)
* workflow fixed

* added a debug echo
2024-10-02 10:43:04 -05:00
Chris Titus
a9a678fc11 update release 2024-09-28 15:37:02 -05:00
Chris Titus
6775e612c0 Update release-drafter.yml 2024-09-22 12:49:07 -05:00
Adam Perkowski
83a61a093f
Fixed (#623) 2024-09-22 12:37:01 -05:00
Adam Perkowski
0522697595
ci: Add issue labeling & fix perms (#617)
* Added issue labeling & fixed perms

* Added label removing

* typo
2024-09-22 12:35:21 -05:00
JEEVITHA KANNAN K S
7f70242bfb
Fix deps (#620) 2024-09-22 12:18:28 -05:00
Adam Perkowski
3c8adcf370
Changed the CI to only run when .sh files are changed (#588) 2024-09-22 11:04:58 -05:00
Adam Perkowski
4955e94690
Allow reopening issues and closing as not planned through the CI (#572)
* Added closing as not planned

* Added reopening
2024-09-21 09:14:39 -05:00
Adam Perkowski
f2332a7da2
Fixed some Rust code structure and modified the workflow to fail if clippy returns warnings (#569)
* Fixed someone else's mistakes

* workflow now fails if clippy returns warnings

* refactor: Make base title variable constant

---------

Co-authored-by: Liam <lj3954@users.noreply.github.com>
2024-09-21 09:08:24 -05:00
Adam Perkowski
1a21753831
Moved tips to a feature (#566) 2024-09-20 10:48:09 -05:00
Chris Titus
72ebf08811 Merge branch 'main' of https://github.com/ChrisTitusTech/linutil 2024-09-19 23:20:09 -05:00
Chris Titus
d10c4f1c36 Update release-drafter.yml 2024-09-19 23:20:07 -05:00
Nyx
6a1df3c3a9
Fix (#556)
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-19 23:00:11 -05:00
Adam Perkowski
0378410187
Fixed the spellcheck workflow (#557)
* Shellcheck.yml rewritten

* dir

* dir
2024-09-19 22:59:47 -05:00
Adam Perkowski
77f8085e2c
Fixed the CI to only check files that exist (#554) 2024-09-19 21:17:55 -05:00
Adam Perkowski
216f1a4836
Restructure the crates (#549)
* BIG CHANGES

* core metadata

* Added readme.md to the package

* Moved the crate back to tui

Co-authored-by: Liam <lj3954@users.noreply.github.com>

---------

Co-authored-by: Liam <lj3954@users.noreply.github.com>
2024-09-19 19:09:53 -05:00
Chris Titus
4405670c19 Update shellcheck.yml 2024-09-19 14:04:25 -05:00
Chris Titus
03a901d4b9 Create shellcheck.yml 2024-09-19 14:03:29 -05:00
MyDrift
b0945f2fa7
move security.md to .github folder (#528) 2024-09-19 12:31:52 -05:00
JEEVITHA KANNAN K S
fa5ff19078
Add aarch64 again (#496) 2024-09-19 12:26:34 -05:00
Chris Titus
c3eea0dfff Update issue-slash-commands.yaml 2024-09-19 10:15:53 -05:00
Chris Titus
0e74b77450 Update issue-slash-commands.yaml 2024-09-19 10:13:10 -05:00
Adam Perkowski
fb2b6fc64f
bashisms.yml now only checks modified files (it should at least) (#515) 2024-09-19 08:15:49 -05:00
JEEVITHA KANNAN K S
6e477fceeb
Update bashisms.yml (#480) 2024-09-18 19:18:22 -05:00
Adam Perkowski
719548f971
Add code understanding & testing point to Contributing Guidelines (#451)
* Added `Understand and Test the Code You Write` to contributing guidelines.

Co-authored-by: CodingWonders <CodingWonders@users.noreply.github.com>
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>

* Added a notice in `PULL_REQUEST_TEMPLATE.md`

* Merge `upstream/main`

---------

Co-authored-by: CodingWonders <CodingWonders@users.noreply.github.com>
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 14:18:00 -05:00
Adam Perkowski
1d2d51e6e0
Fix a typo & grammar in pull request template (#461)
* Fixed a typo

* Fixed grammar
2024-09-18 14:13:03 -05:00
Adam Perkowski
ab543fdc93
Added checklists to issue templates (#459) 2024-09-18 14:12:04 -05:00
Chris Titus
ad9d1662da only run rust lint on rs files 2024-09-18 13:59:10 -05:00
Adam Perkowski
83d88f7a1b
Created the workflow (#469) 2024-09-18 13:56:46 -05:00
Chris Titus
f50c0e5c0d remove auto label 2024-09-18 13:54:51 -05:00
Chris Titus
ab61a21de4
Merge pull request #277 from nnyyxxxx/testing-5
Remove redundant options in the template
2024-09-18 11:42:52 -05:00
Chris Titus
5f042a0167
Merge pull request #441 from MyDrift-user/autoprlabel
[CI Workflow] Fix pr-label
2024-09-18 10:44:34 -05:00
MyDrift
63b7da40a4 add _target for forked repo support 2024-09-17 12:52:36 +02:00
MyDrift
5e83ca55e7 fix stuff
- enhance logic
- fix logic to get PR body as plain text
2024-09-17 12:43:39 +02:00
Chris Titus
16fb76a26c
Merge pull request #427 from MyDrift-user/autoprlabel
[CI Workflow] PR auto label MGMT
2024-09-16 16:27:41 -05:00
Chris Titus
747c522d72 Delete cargo-lock.yml 2024-09-16 16:26:06 -05:00
Chris Titus
06a13aecd9 Update linutil.yml 2024-09-16 16:11:19 -05:00
Chris Titus
5fddeb00f8 Update release-drafter.yml 2024-09-16 15:59:52 -05:00
Chris Titus
0ac0d91fb8 update linutil release 2024-09-16 15:52:48 -05:00
Chris Titus
53ac0ba31c
Merge pull request #426 from ChrisTitusTech/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2024-09-16 15:14:08 -05:00