Commit graph

18 commits

Author SHA1 Message Date
WillLillis
e925830406 ci: update publish workflow to respect virtual workspace 2025-02-02 19:50:24 -05:00
Will Lillis
cb91da042f
Ci fixes (#202)
* fix: Update populate 6502 callsites for error union

* fix(CI): use `--workspace` arg for build runner
2024-12-20 22:58:10 +00:00
Will Lillis
d7d0d11558
fix(CI): force symbolic link for ruby dependency (#196) 2024-12-15 05:52:39 +00:00
Will Lillis
4fb3fa743b
fix(CI): use Ruby 3.2.6 on Ubuntu runners (#166) 2024-11-04 19:46:17 -05:00
WillLillis
2e195839b6 chore(CI): Remove Rust version from CI runner 2024-10-27 17:15:44 +02:00
Will Lillis
2ec9edb7ca
fix(CI): precommit hooks ruby dependency (#159)
* fix precommit hooks ruby dependency

* Disable false-positive lints
2024-10-18 05:32:32 +00:00
Will Lillis
e15b8fefe1
chore: Prepare for 0.9.0 release (#143) 2024-09-04 01:13:43 +00:00
Will Lillis
f22387a080
fix(CI): Disable windows workflow, patch other workflows (#137) 2024-09-01 04:25:16 +00:00
Will Lillis
b5ebbff792
feat: add workflow to publish gh binaries (#120) 2024-08-24 14:32:31 -04:00
Will Lillis
565d938b63
feat: VSCode dev support (#97)
add typescript ci
2024-07-15 03:58:45 +00:00
Will Lillis
c762f7b3ce
fix: remove path restrictions for ci test runs (#90) 2024-07-08 01:58:56 +00:00
Will Lillis
615cb1bbf7
Fix windows workflows (#76) 2024-05-26 18:52:22 -04:00
Will Lillis
a943bbe0b2
Add unittests populate_instructions call (#25)
Also includes:

* Run unittests as part of gh workflow
2023-11-07 09:01:21 -05:00
Nikos Koukis
e99874ff89 Enable workflow_call for all actions 2023-10-22 18:48:35 +03:00
Nikos Koukis
be7cafc8ff Make publish CI action depend on all other actions 2023-10-22 18:36:30 +03:00
Nikos Koukis
3c51f99eee Add pre-commit configuration. Link to it via gh action 2023-10-22 17:04:10 +03:00
Nikos Koukis
48aa9edf72 Add to CI workflows
* Run audit on PRs to master
* Don't install openssl pkg-config on ubuntu
* Rename docs and tests  workflows
2023-10-01 19:02:51 +03:00
NotAShelf
dae953aff0
CI: Add github workflows
Add some basic workflows that handle

* checking whether documentation builds
* auditing dependencies
* testing formatting
* unit testing (just the groundwork)
* publishing crates

These actions currently work fine from the repo of NotAShelf (e.g., 6371690671) (except minor clippy error (1729385099)

Closes #11
2023-10-01 18:49:02 +03:00