feat: checks using forgejo actions
Some checks failed
/ test (push) Failing after 14s

This commit is contained in:
user0-07161 2026-02-09 19:52:52 +01:00
parent 08417abd93
commit 932f898123

View file

@ -0,0 +1,18 @@
on: [push]
jobs:
test:
runs-on: docker
container:
image: rust:trixie
steps:
- name: prepare packages
run: |
apt update && \
apt -y install nodejs git
- run: /usr/bin/git version
shell: bash
- uses: actions/checkout@v6
- name: build the package
run: cargo build