11
31
Fork
You've already forked silverfish
19

Basic CI to verify that changes build #45

Merged
zkat merged 9 commits from cjdesno/silverfish:ci into main 2025年08月12日 02:37:09 +02:00

CI workflow to install a rust toolchain and run a cargo build, verified on my runner using the ghcr.io/catthehacker/ubuntu:act-22.04 image, which is one of the runner images recommended by the forgejo actions docs.

CI workflow to install a rust toolchain and run a cargo build, verified on my runner using the ghcr.io/catthehacker/ubuntu:act-22.04 image, which is one of the runner images recommended by the forgejo actions docs.
Author
Owner
Copy link

see here to see the run succeeding in my forked repo: https://codeberg.org/cjdesno/silverfish/actions/runs/8/jobs/0

if you provide me with a runner registration token for the org (you can dm it to me on discord, my handle is cascode), i will register an ubuntu22 runner to it to run this.

or i can switch the ci yaml to the docker tag and see what happens, if you would prefer that. either way, though, i would be happy to contribute an additional runner.

see here to see the run succeeding in my forked repo: https://codeberg.org/cjdesno/silverfish/actions/runs/8/jobs/0 if you provide me with a runner registration token for the org (you can dm it to me on discord, my handle is cascode), i will register an ubuntu22 runner to it to run this. or i can switch the ci yaml to the docker tag and see what happens, if you would prefer that. either way, though, i would be happy to contribute an additional runner.
@ -0,0 +14,4 @@
name:Cargo build
runs-on:ubuntu22
steps:
- uses:actions/checkout@v4
Owner
Copy link

I'm confused about when actions can be shorthand and when they need to be full URLs...

I'm confused about when actions can be shorthand and when they need to be full URLs...

AFAICT the answer is if it's an action that forejo directly supports (e.g, is in this repo: https://code.forgejo.org/actions) you can shorthand it, if not it needs to be a full URL.

AFAICT the answer is if it's an action that forejo directly supports (e.g, is in this repo: https://code.forgejo.org/actions) you can shorthand it, if not it needs to be a full URL.

Token issued.

Token issued.
Sign in to join this conversation.
No reviewers
Labels
Clear labels
Compat
Breaking
Breaking change that won't be backward compatible
Flag/Good First Issue
Good issue for first-time contributors
Kind/Accessibility
Accessibility issue, bug or otherwise
Kind/Appearance
Design, styling, and other aesthetic and visual items
Kind/Bug
Something is not working
Kind/Compliance
Legal, policy, or some other kind of compliance
Kind/DevOps
CI/CD, releases, etc
Kind/Documentation
Documentation changes
Kind/Enhancement
Improve existing functionality
Kind/Feature
New functionality
Kind/Performance
Gotta go fast
Kind/Security
This is security issue
Kind/Technical Improvement
Underlying technical improvement that is not necessarily user-impacting or visible.
Kind/Testing
Issue or pull request related to testing
Kind/UX
Related to user experience/product
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Size
L
Significant change
Size
M
Medium-size change
Size
S
Small change
Size
XL
Very large change that might take months to complete and impact many components
Size
XS
Trivially small change
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
Status
Needs Design
Requires design/review from Alchemists (product/UX)
Status
Needs Discussion
A discussion needs to happen before implementation
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
conjured/silverfish!45
Reference in a new issue
conjured/silverfish
No description provided.
Delete branch "cjdesno/silverfish:ci"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?