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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue