Try to checkout code manually
actions/checkout@v4 requires node, which is beyond me
This commit is contained in:
parent
a06e6ce1d5
commit
90cc3eebee
1 changed files with 4 additions and 1 deletions
|
|
@ -6,7 +6,10 @@ jobs:
|
||||||
image: rust:slim
|
image: rust:slim
|
||||||
steps:
|
steps:
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
|
apt install git
|
||||||
|
git clone https://codeberg.org/jutty/en
|
||||||
|
cd en
|
||||||
- name: formatting
|
- name: formatting
|
||||||
run: cargo fmt -- --check
|
run: cargo fmt -- --check
|
||||||
- name: lints
|
- name: lints
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue