Try to checkout code manually

actions/checkout@v4 requires node, which is beyond me
This commit is contained in:
Juno Takano 2025-12-13 18:18:02 -03:00
commit 90cc3eebee

View file

@ -6,7 +6,10 @@ jobs:
image: rust:slim
steps:
- name: checkout code
uses: actions/checkout@v4
run: |
apt install git
git clone https://codeberg.org/jutty/en
cd en
- name: formatting
run: cargo fmt -- --check
- name: lints